The Node.js client library for GoCardless.
npm install gocardless
This replaces the previous gocardless npm module and is not API compatible. It will be released as 1.0.
shell
$ npm install
`Tests
- Run everything:
$ npm test
- Run unit and integration tests: $ mocha
- Run jshint: $ npm run jshint`