0.1.3 • Published 7 years ago

o2-payment-stripe v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

o2-payment-stripe Angular2 Library to use Stripe (Payment Service) API

MIT License

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

Change Log

  • 2017.3.13 version 0.1 uploaded

Copyright

copyright 2017 by Shuichi Ohtsu (DigiPub Japan)

License

MIT © Shuichi Ohtsu