/gocardless-node

The Node.js client library for GoCardless, patched to make it work with Parse.com

Primary LanguageJavaScript

GoCardless Node.js client library

Build Status

Documentation

Please see the GoCardless API Docs.

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