0.1.0 • Published 8 years ago

rebit v0.1.0

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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