README
heroeslounge-api
A simple node.js wrapper for the Heroes Lounge API.
Current API version: v1
Website URL: https://heroeslounge.gg/
Getting Started
These instructions will help you get up and running.
Install
Install the heroeslounge-api
package from the NPM repository.
npm install heroeslounge-api --save
Requests
Requests for arrays of data can accept a limit variable. This limit can be positive if you want to start from 0 or negative if you want to start from the end.