0.2.1 • Published 6 years ago

toriapi v0.2.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
6 years ago

ToriApi

A toribash stats REST api module for NodeJS, created by Pyxel (aka Elite)

Installation

npm install toriapi or yarn add toriapi

Usage

const ToriApi = require("toriapi");
const Api = new ToriApi();

// Get information on a user
Api.getUser("elite").then(user => {
    // do stuff with the user info here
});

Api.getWars("obey", 5).then(wars => {
    // do stuff with the clan's wars
});

Api.getWarInfo("12837").then(war => {
    // do stuff with the war info
});
0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago