gocardless
v1.0.0-beta6
Published
The Node.js client library for GoCardless.
Downloads
59
Readme
GoCardless Node.js client library
Version 1.0.0-beta6 note
This replaces the previous gocardless npm module and is not API compatible. It will be released as 1.0.
Development dependencies
$ npm install
Tests
- Run everything:
$ npm test
- Run unit and integration tests:
$ mocha
- Run jshint:
$ npm run jshint