Skip to content

0.0.5

Latest
Compare
Choose a tag to compare
@ShaunLWM ShaunLWM released this 08 Jun 14:01

For those using < v0.04, please take note of the new constructor. You have to create a new object during instantiation.

const OverwatchLeague= require("overwatchleague.js");
let owl = new OverwatchLeague("en_US");

The rest of the methods are the same.