Node.js wrapper for the Emma API.
var Emma = require('emma-sdk');
var emma = new Emma({
publicKey: "your public key",
privateKey: "private key",
accountID: 1234567
});
You will need to generate your own API access tokens using the settings panel within Emma.
- Add more tests.
For more information, check out the official Emma documentation.