teverse.js
v1.1.0
Published
Wrapper for interacting with the api on teverse.com
Downloads
2
Maintainers
Readme
Teverse.js
Wrapper for interacting with the api on teverse.com
Usage
var teversejs = require('teverse.js');
var userid = 'MvljL';
teversejs.getUserByID(userid);
There are currently only 2 possible commands, getUserByID and getGameByID, however these will expand to more functions once Teverse has been released.