# wotlabs-status

> Simple Status using WebCrawler

Latest version **1.0.3** (published 2020-06-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install wotlabs-status
pnpm add wotlabs-status
yarn add wotlabs-status
bun add wotlabs-status
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2020-06-07 |
| First published | 2020-06-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 (+25 in 1 direct dependencies) |
| Install scripts | no |
| Author | Douglas Henrique |
| Maintainers | douglashsilva |

## Links

- npm: https://www.npmjs.com/package/wotlabs-status
- Homepage: https://github.com/douglashsilva/wotlabs-status#readme
- npm.io page: https://npm.io/package/wotlabs-status

## Dependencies (2)

- [axios](https://npm.io/package/axios.md) ^0.19.2
- [cheerio](https://npm.io/package/cheerio.md) ^1.0.0-rc.3

## Recent versions

- 1.0.3 (latest) — 2020-06-07
- 1.0.2 — 2020-06-07
- 1.0.1 — 2020-06-07
- 1.0.0 — 2020-06-07

## README

# WotLabs Status 
Simple Status using WebCrawler

### How to Install

```
	$ npm install wotlabs-status --save
``` 

### Hot Example
```javascript
 	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))
```

---
_Source: https://npm.io/package/wotlabs-status · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
