0.0.4 • Published 9 years ago

donedone.js v0.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

donedone.js

Donedone API wrapper

Example usage

const Donedone = require("donedone.js");

let donedone = new Donedone({
	subdomain: "your-donedone-subdomain-name",
	username: "bob",
	apikey: "12345"
});

donedone.getCompanies(function(companies){
	console.log(companies);
});
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago