billogram
v1.0.1
Published
Partial implementation of the billogram api.
Readme
billogram
Promise based Billogram api client for node.js
Usage
var billogram = require('billogram')({
username: 'my username',
password: 'my secret'
})
billogram.getCustomer(1).then(function (customer) {
console.log("Got customer response: ", customer)
})