# dark-autoconnect

> ## Exemplos

Latest version **1.0.0** (published 2022-08-19) · ISC license · 0 weekly downloads

## Install

```sh
npm install dark-autoconnect
pnpm add dark-autoconnect
yarn add dark-autoconnect
bun add dark-autoconnect
```

## 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.0 |
| Published | 2022-08-19 |
| First published | 2022-08-19 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 1.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | !DARK#7668 |
| Maintainers | darkjr |

## Links

- npm: https://www.npmjs.com/package/dark-autoconnect
- npm.io page: https://npm.io/package/dark-autoconnect

## Recent versions

- 1.0.0 (latest) — 2022-08-19

## README

# dark-status

## Exemplos

#### 1. getPlayerLength()

```
const fivem = require("fivem-server-stats")
fivem.getPlayerLength('ip:port').then((data) => console.log(data))
```

#### 2. getPlayers()

```
const fivem = require("fivem-server-stats")
fivem.getPlayers('ip:port').then((data) => console.log(data))
```

#### 3. getInfo()

```
const fivem = require("fivem-server-stats")
fivem.getInfo('ip:port').then((data) => console.log(data))
```

### If you get any errors and need help, contact me on Discord: !DARK#7668

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