Javascript client library for Balanced that tokenizes cards and bank accounts. Read more about tokenization and how balanced.js works at https://docs.balancedpayments.com/current/overview.html#balanced-js.
node.js (version >= 0.8.0)
git clone [email protected]:balanced/balanced-js.git
cd balanced-js
git checkout rev1
npm install -g grunt-cli karma
npm install
grunt
or
grunt build
grunt clean
Creates a node.js connect http web server (port 3000) and blocks, waiting for requests. Serves from /build
.
grunt serve
grunt test
To view coverage reports view html files in /report
.
grunt deploy