Two quick things which might be useful to know to be able to use the javascript api. 1. You can install this module into your project by doing: npm install git+https://gitgud.io/shiningstats/api-js.git 2. You'll need to use require("shiningstats") for importing it into your project unlike the example file which just imports the main file directly.