Skip to content

lionzeye/nodeJSReddAPIWrapperREST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodeJSReddAPIWrapperREST

use nodeJS to GET and POST data from/to the ReddAPI using REST

Modify the following lines with your own values to be able to test the wrapper:

    var apiKeyGET = 'YOURKEY';
    var apiKeyPOST = 'YOURKEY';

    createNewUser('SOMEUSERNAME');
    moveToUser('SOMEUSERNAME', 'SOMEUSERNAME', 1);
    sendToAddress('SOMEUSERNAME', 'SOMEADDRESS', 1);
    getUserBalance('SOMEUSERNAME');
    getUserBalanceDetail('SOMEUSERNAME');
    getUserInfo('SOMEUSERNAME');
    getUserList();

###Required packages

https://www.npmjs.org/package/restler

About

use nodeJS to GET and POST data from/to the ReddAPI using REST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published