Fetches league of legends data from http://www.lolskill.net/
This code is meant to run with Node.js, like that:
node main.js -l 3 -r euw -t 3v3
The script accepts three different arguments. All of then are optional.
The maximum number of results you expect. the default value is 1.
Fetch data from this region only. This check is not case sensitive and you don't need to match the whole region key.
Fetch data from this game type / mode. also not case sensitive.
This project relies on some libraries. Run npm install
to get them all!