o2-payment-stripe
v0.1.3
Published
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
Downloads
8
Readme
o2-payment-stripe Angular2 Library to use Stripe (Payment Service) API
o2-payment-stripe is a tool library for using Stripe API by AngularFire2.
Overview
o2-payment-stripe is a tool for those who want to use Stripe payment service by Angular2
Prerequisite
- Node.js
- TypeScript2
- Angular2
Installation
To install this library, run:
$ npm install o2-payment-stripe --save
Step by Step Installation for Angular-CLI
Install Angular-CLI
$ npm install -g @angular/cli
Create New Project
$ 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.
$ ng serve
- First Page
Stop Local Server
Input Ctrl+C and y+Return to stop the local server.
Install o2-payment-stripe
$ npm install o2-payment-stripe --save
Version
- o2-payment-stripe : 0.1
- Angular2 : 2.0.0
- TypeScript : 2.0.2
Reference
"Stripe docs", https://stripe.com/docs
"The Stripe Webhook Event Cheatsheet" ,by Pete Keen, https://www.masteringmodernpayments.com/stripe-webhook-event-cheatsheet
"Using Stripe with Angular 2", by Minko Gechev http://blog.mgechev.com/2016/07/05/using-stripe-payment-with-angular-2/
"Taking Stripe Payments with Angular 2 and ASP.NET Core",2017/1/12, by Carl Rippon http://www.carlrippon.com/?p=645
Change Log
- 2017.3.13 version 0.1 uploaded
Copyright
copyright 2017 by Shuichi Ohtsu (DigiPub Japan)
License
MIT © Shuichi Ohtsu