node-overwatch-disciplinetracker
v0.1.0
Published
Overwatch League Player Discipline Tracker
Readme
node-overwatch-disciplinetracker
Overwatch League Player Discipline Tracker
Retreive stats from the official Overwatch League Player Discipline Tracker
Install
$ npm install node-overwatch-disciplinetrackeror
$ yarn add node-overwatch-disciplinetrackerUsage
const owl = require('node-overwatch-disciplinetracker');
owl((error, results) => {
if (error) {
return console.error(error);
}
console.log(results);
});API
owl(callback)
Returns a callback with error and results as parameters.
Contains lastUpdated & players information in json.
License
MIT © ShaunLWM
