This NodeJS module provides a client for Netki's Partner API.
Install the Netki Partner API Client using npm as follows:
npm install netki-partner-client
Add this line to your application import:
var netki = require('netki-partner-client');
See example.js in the /examples folder for more information
Bug reports and pull requests are welcome on GitHub at https://github.com/netkicorp/node-partner-client.