rebit
v0.1.0
Published
Javascript client for Rebit.ph
Downloads
5
Readme
Rebit Javascript Client
Rebit allows anyone in the world to send money to the Philippines using Bitcoin.
The term rebittance or "to rebit" was coined by the SCI team in 2014 (despite some people implying they popularized it themselves :metal:)
$ npm install rebit
index.js
var Rebit = require("rebit");
var rebit = new Rebit({token: process.env.REBIT_TOKEN});
console.dir(rebit);
$ node index.js
TEST
$ REBIT_TOKEN=<token> VENDOR_TOKEN=<vendorToken> mocha
TO DO
- implement vendor/remittances
- implement vendor/outgoing remittances