1.5.1 • Published 10 years ago

rito-pls v1.5.1

Weekly downloads
10
License
GPL v3
Repository
github
Last release
10 years ago

rito-pls

Version 1.5.1 / 140629

NPM

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.

1.5.1

10 years ago

1.5.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago