rito-pls
v1.5.1
Published
Riot API wrapper class with in-memory and SQL caching
Downloads
59
Maintainers
Readme
rito-pls
Version 1.5.1 / 140629
Node.js module that makes retrieving and caching data from the Riot API simple.
rito-pls now fully supports the Static Data API.
See the WIKI for info on using the API functions. There are a lot of them.
What does it do?
RitoPls provides a complete layer between Node.js HTTP Webserver or TCP Port and the Riot API, with both in-memory of basic Summoner objects and database (SQL) caching of JSON objects retrieved from the Riot API. This takes care of the hard part (getting the data) so you can focus on the important stuff, like making sure your server is protected behind a firewall.
Installation
RitoPls can be installed via npm, either by cloning this repository into your home folder, or directly:
npm install rito-pls
Basic Usage
var RitoPls = require('rito-pls'),
ritoPls = new RitoPls(config);
API Documentation
API documentation is available in the GitHub Wiki.