netki-partner-client
v0.1.0
Published
Netki NodeJS partner client
Downloads
13
Maintainers
Readme
NodeJS Netki Partner API Client
This NodeJS module provides a client for Netki's Partner API.
Installation
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');
Usage
See example.js in the /examples folder for more information
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/netkicorp/node-partner-client.