# debuglog.io-client

> DebugLog.IO client to get real-time logs right in your console!

Latest version **0.1.3** (published 2021-03-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install debuglog.io-client
pnpm add debuglog.io-client
yarn add debuglog.io-client
bun add debuglog.io-client
```

Provides the command `debuglog`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2021-03-07 |
| First published | 2021-03-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 4.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | DebugLog.IO |
| Maintainers | danesz |
| Keywords | debuglog, live, debuglog.io, stream, client, android, ios, log, remote, things, iot |

## Links

- npm: https://www.npmjs.com/package/debuglog.io-client
- Repository: https://github.com/debuglog-io/debuglog.io-client.console
- Homepage: https://github.com/debuglog-io/debuglog.io-client.console#readme
- Issues: https://github.com/debuglog-io/debuglog.io-client.console/issues
- npm.io page: https://npm.io/package/debuglog.io-client

## Dependencies (2)

- [commander](https://npm.io/package/commander.md) ~2.14.0
- [socket.io-client](https://npm.io/package/socket.io-client.md) ~3.1.2

## Alternatives

- [cli-color](https://npm.io/package/cli-color.md) — 3.4M weekly downloads
- [log](https://npm.io/package/log.md) — 1.3M weekly downloads
- [logstash-client](https://npm.io/package/logstash-client.md) — 4.5K weekly downloads
- [@nocobase/plugin-logger](https://npm.io/package/@nocobase/plugin-logger.md) — 2.0K weekly downloads
- [child-process-debug](https://npm.io/package/child-process-debug.md) — 695 weekly downloads

## Recent versions

- 0.1.3 (latest) — 2021-03-07
- 0.1.2 — 2021-03-07

## README

# debuglog

DebugLog.IO client to get real-time logs right in your console!
https://debuglog.io

Also an example implementation for DebugLog.IO API usage.

## Installation

This module needs to be installed globally so use the `-g` flag when installing:

```
npm install -g debuglog.io-client
```

## Usage

```
$ debuglog 

Usage: debuglog --account <account> --device <deviceudid> --apikey <key> [options]


  Options:

    -V, --version                 output the version number
    -a, --account <account>       account to connect
    -k, --apikey <key>            API key to connect
    -s, --server <serveraddress>  optional DebugLog.IO server address.
    -p, --port <portnumber>       optional port number for DebugLog.IO server.
    -d, --device <deviceudid>     device UDID to connect
    -v, --verbose                 enable verbose logging
    -h, --help                    output usage information

```

## License

MIT

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