leagueoflegends

League of Legends CLI.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
leagueoflegends
28184.0.13 years ago6 years agoMinified + gzip package size for leagueoflegends in KB

Readme

League of Legends Command-Line Interface


Known Vulnerabilities


Check out current LoL Esports standings and the current weeks matches all in your console!
This CLI tool is for those who are both LoL fans and Software Engineers.
All data comes from the LoL Esports website.

Disclaimer

This product is not endorsed, certified or otherwise approved in any way by Riot Games, Inc. or any of its affiliates.

Install

In order to use the League of Legends CLI, make sure that you have Node version 6.0.0 or higher.


$ npm install -g leagueoflegends

Usage

leagueoflegends provides two main commands.
- matches or m - standings or s

Options

- League of Legends World Championship (Worlds)
- `--worlds` or `-w`
- LoL Championship Series (LCS)
- `--lcs` or `-n`
- LoL European Championship (LEC)
- `--lec` or `-e`
- LoL Champions Korea (LCK)
- `--lck` or `-k`
- Tencent LoL Pro League (LPL)
- `--lpl` or `-p`
- LoL Championship Series Academy (LCS Academy)
- `--lcsacademy` or `-a`

Matches

Get a list of this weeks matches for any of the 5 premier LoL leagues.


$ leagueoflegends matches --lec

leagueoflegends matches (example)

Standings

Get the current standings for any of the 5 premier LoL leagues.


$ leagueoflegends standings --lec

leagueoflegends standings (example)

Inspired by:

- nba-go