WARNING: THIS WRAPPER IS STILL IN ALPHA. MAJORITY OF FEATURES ARE STILL MISSING.
Feel free to mess around though. Contribution is always welcome!
LoLNode is a Promise-based wrapper for the League of Legends API (RiotAPI) developed for NodeJS written in TypeScript.
It contains it's own rate-limiter, cachesystem, methods processing multiple calls and methods filtering out specific data.
install the wrapper by entering:
npm install --save lol-node
proceed by importing the wrapper and creating the LoLNode object.
/** import wrapper from package */
import { LoLNode } from 'lol-node'
/** Create Wrapper Object */
const lolNode = new LoLNode("YOUR_API_KEY")
For the documentation click here