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.