le-bank-provider-stripe
v1.1.0
Published
A bridge connecting le-bank-service to Stripe
Downloads
20
Readme
le-bank-provider-stripe
A bridge connecting le-bank-service to Stripe
Installation
npm install le-bank-provider-stripe
Usage
var stripeSecretKey = /* your api key */
var storage = /* initialize storage service */
var BankProvider = require('le-bank-provider-stripe');
var provider = new BankProvider(stripeSecretKey, );
Tests
npm test
to run unit tests oncegulp tdd
to run unit and e2e tests when tests changegulp coverage
to run unit tests and create a code coverage report
Contributing
Please follow the project's conventions or your changes will not be accepted
Release History
- 0.1.0 Initial release