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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    2
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i wotlabs-status

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

6.5 kB

Total Files

4

Last publish

Collaborators

  • douglashsilva