pentakilljs
v0.0.2
Published
An API Library for Riot's League of Legends API
Downloads
6
Readme
PentakillJS
A simple, expressive Nodejs library for Riot's League of Legends API
##Installation
npm install --save pentakilljs
##Configuration
Change the env.config.js to env.js and include your API key and default region.
##Features
- Almost all Riot API endpoints accessible (see in-progress below)
- All summoner API calls may be done by summoner name or summoner ID
- Nodejs callback style, useful for working with other libraries
##In-Progress
- Determining issues revolving around Team API calls
- Extending call-by-name functionality to Static APIs
