wotlabs-status
v1.0.3
Published
Simple Status using WebCrawler
Downloads
2
Readme
WotLabs Status
Simple Status using WebCrawler
How to Install
$ npm install wotlabs-status --save
Hot Example
const WotlabsStatus = require("wotlabs-status")
/* Required: nickname and server */
/* Allowed Servers: na, eu, asia, ru */
const wotlabs = new WotlabsStatus("Lerdorf","na")
wotlabs.getStatus().then((status) => {
console.log(status)
}).catch((error) => console.log(error.message))