ashe
v0.5.1
Published
A library for accessing the Riot API from Node.js
Downloads
16
Maintainers
Readme
Ashe
A library for accessing the riot api based loosely around lol-js
Tests will be written soon
Documentation: http://amreuland.github.io/ashe/docs/index.html
Features
- All Ashe functions return promises. Isn't that nice
- Limit-By-Region - Riot limits api calls by region, so Ashe does too
- Caching - Ashe is ready to cache your data, making multiple calls lightning fast
- All calls to the api are separated by region, and each region has its own 'thread'
- Ashe will retry up to five times if an error occurs
Installation
npm install ashe
Current API Versions
- championmastery-v???
- current-game-v1.0
- featured-games-v1.0
- lol-status-v1.0
- league-v2.5
- match-v2.2
- stats-v1.3
- summoner-v1.4
- team-v2.4