le-bank-provider-stripe

1.1.0 • Public • Published

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 once
  • gulp tdd to run unit and e2e tests when tests change
  • gulp 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

Readme

Keywords

none

Package Sidebar

Install

npm i le-bank-provider-stripe

Weekly Downloads

2

Version

1.1.0

License

none

Last publish

Collaborators

  • castle