node-overwatch-disciplinetracker

0.1.0 • Public • Published

node-overwatch-disciplinetracker

Overwatch League Player Discipline Tracker

Retreive stats from the official Overwatch League Player Discipline Tracker

Install

$ npm install node-overwatch-disciplinetracker

or

$ yarn add node-overwatch-disciplinetracker

Usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i node-overwatch-disciplinetracker

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

23.2 kB

Total Files

6

Last publish

Collaborators

  • shaunlwm