1.1.0 • Published 7 years ago

le-bank-provider-stripe v1.1.0

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

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
1.1.0

7 years ago

1.0.0

8 years ago

0.6.0

8 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago