heroeslounge-api

A simple node js wrapper for the Heroes Lounge API

Usage no npm install needed!

<script type="module">
  import heroesloungeApi from 'https://cdn.skypack.dev/heroeslounge-api';
</script>

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.