1.1.1 • Published 4 years ago

dota2-api-wrapper v1.1.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

dota2-api-wrapper

NodeJS Wrapper for the OpenDota API for Dota2 written in ES6 https://docs.opendota.com/#

Usage

If you want more than 50.000 free calls every motnh and 60/requests per minute, then you can grab an api key from here.

From terminal:
npm install --save dota2-api-wrapper
In source file:

const dotaWebApi = require('dota2-api-wrapper');
const api = new dotaWebApi();

Responses

Every request you make to the API will return a promise, which you need to take care off.

Documentation

Documentation can be found here;

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago