1.2.0 • Published 8 years ago

le-bank-service v1.2.0

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

le-bank-service

A simple interface for transfering money between credit cards and bank accounts

Installation

npm install le-bank-service

Usage

  var provider = /* initialize bank provider */
  var BankService = require('le-bank-service');
  var bank = new BankService(provider);

  bank.createCreditCard('tok_ABC123') // tokenized credit card info
  .then(function (record) {
    ...
  });

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.2.0

8 years ago

1.1.0

10 years ago

1.0.0

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

11 years ago