wotlabs-status

1.0.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i wotlabs-status

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

6.5 kB

Total Files

4

Last publish

Collaborators

  • douglashsilva