Skip to content

Javascript client library for Balanced that tokenizes cards and bank accounts.

License

Notifications You must be signed in to change notification settings

Jeff-Lewis/balanced-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

balanced.js

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.

Travis

Build Status

Prerequisites

node.js (version >= 0.8.0)

Installation

git clone git@github.com:balanced/balanced-js.git
cd balanced-js
git checkout rev1
npm install -g grunt-cli karma
npm install

Building

grunt

or

grunt build

Cleaning (deletes builds)

grunt clean

Running Example

Screenshot

Creates a node.js connect http web server (port 3000) and blocks, waiting for requests. Serves from /build.

grunt serve

Running Tests

grunt test

To view coverage reports view html files in /report.

Deploying To S3

grunt deploy

About

Javascript client library for Balanced that tokenizes cards and bank accounts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.4%
  • HTML 2.9%
  • CSS 1.7%