Enables easy communication with the ChangeTip API via NodeJS. Allows for sending and retrieving tip information
Installation
npm install changetip
Instance Usage
var ChangeTip = change_tip = api_key:YOUR_KEY_HERE); change_tip;
Singleton Usage
var change_tip = ; //Only needed once change_tip
API Development
-
Clone repo locally
git clone https://github.com/changecoin/changetip-javascript.git
-
Install Node Modules
npm install
Generating Docs
npm run docs
Running Unit Tests
To run Unit Tests:
npm run test