Angular service provider for interacting with Stripe
npm install angular-stripeangular-stripe 
==============
Angular provider for easy interaction with Stripe.js. angular-stripe wraps Stripe.js's async operations in $q promises, making response handling easier and eliminating $scope.$apply calls and other repetitive boilerplate in your application. Check out angular-credit-cards for validating your credit card forms.
``sh`
npm install --save angular-stripe
angular-stripe will load Stripe.js when it's first called. You don't need to directly include Stripe.js via a