[](LICENSE)
npm install o2-payment-stripe
_o2-payment-stripe_ is a tool library for using Stripe API by AngularFire2.
- Node.js
- TypeScript2
- Angular2
To install this library, run:
``bash`
$ npm install o2-payment-stripe --save
#### Install Angular-CLI
`bash`
$ npm install -g @angular/cli
#### Create New Project
`bash`
$ ng new sample-upload (Your project name)
$ cd sample-upload
#### Check Your Program
If you start local server as follows, you can get the first page in your browser by accessing http://localhost:4200.
`bash`
$ ng serve
- First Page

#### Stop Local Server
Input Ctrl+C and y+Return to stop the local server.
#### Install o2-payment-stripe
`bash``
$ npm install o2-payment-stripe --save
- o2-payment-stripe : 0.1
- Angular2 : 2.0.0
- TypeScript : 2.0.2
- "Stripe docs",
- "The Stripe Webhook Event Cheatsheet" ,by Pete Keen,
- "Using Stripe with Angular 2", by Minko Gechev
- "Taking Stripe Payments with Angular 2 and ASP.NET Core",2017/1/12, by Carl Rippon
- 2017.3.13 version 0.1 uploaded
copyright 2017 by Shuichi Ohtsu (DigiPub Japan)
MIT © Shuichi Ohtsu