instant-fans
v1.3.38
Published
Simple command line app for sending requests to instant-fans.com
Downloads
23
Readme
Super simple to use
Install node.js
Create a file called fans.js
Require instant-fans
var instantFans = require('instant-fans');
4. Run one of the following commands!
Check the available services of instant-fans.com
node fans --action services
Submit an order
node fans --action add --key UNIQUE_API_KEY --service SERVICE_ID --link LINK --quantity QUANTITY
Check status of an order
node fans --action status --key UNIQUE_API_KEY --order ORDER_ID
App options
-k, --key Unique API key - REQUIRED
-a, --action Type of request (add, status etc.)
-s, --service Service ID
-l, --link Link to page/account
-q, --quantity Desired quantity
-o, --order Order ID