From gyroninja at tfwno.gf Thu Jan 4 03:32:09 2018 From: gyroninja at tfwno.gf (gyroninja) Date: Wed, 03 Jan 2018 19:32:09 -0800 Subject: [Api] Javascript API Message-ID: I just created a project for Node.js module which can extract statistics outside of the client. You can find the source for it at: https://gitgud.io/shiningstats/api-js From gyroninja at tfwno.gf Thu Jan 4 03:38:47 2018 From: gyroninja at tfwno.gf (gyroninja) Date: Wed, 03 Jan 2018 19:38:47 -0800 Subject: [Api] Javascript API clarfication Message-ID: 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.