0.1.0 • Published 7 years ago
node-overwatch-disciplinetracker v0.1.0
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
0.1.0
7 years ago