toriapi

0.2.1 • Public • Published

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
});

Readme

Keywords

none

Package Sidebar

Install

npm i toriapi

Weekly Downloads

1

Version

0.2.1

License

GPL-3.0

Unpacked Size

5.08 kB

Total Files

8

Last publish

Collaborators

  • pyxelx