node-vainglory

0.0.3 • Public • Published

node-vainglory

API client for Vainglory

Table of Contents

Installation

$ npm install node-vainglory --save

Usage

Vainglory = require('node-vainglory');

vainglory = new Vainglory();

vainglory.meta.status()
.then((body)=>{console.log(body)})
.catch((err)=>{console.log(err)});

vainglory.matches.searchUuid({
  uuid: "044a3f8f-f10b-4bf1-83c0-651da4bc3c55",
  startTime: 0,
  endTime: 0
})
.then((body)=>{console.log(body)})
.catch((err)=>{console.log(err)});

Readme

Keywords

Package Sidebar

Install

npm i node-vainglory

Weekly Downloads

1

Version

0.0.3

License

MIT

Last publish

Collaborators

  • pchw