# escpos-network

> network adapter for escpos

Latest version **3.0.0-alpha.5** (published 2020-06-30) · MIT license · 0 weekly downloads

## Install

```sh
npm install escpos-network
pnpm add escpos-network
yarn add escpos-network
bun add escpos-network
```

## 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 | 3.0.0-alpha.5 |
| Published | 2020-06-30 |
| First published | 2020-02-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lsong |
| Maintainers | song940 |
| Keywords | escpos, escpos-adapter |

## Links

- npm: https://www.npmjs.com/package/escpos-network
- npm.io page: https://npm.io/package/escpos-network

## Recent versions

- 3.0.0-alpha.5 (latest) — 2020-06-30
- 3.0.0-alpha.2 — 2020-03-05
- 3.0.0-alpha.1 — 2020-02-25
- 3.0.0-alpha.0 — 2020-02-25
- 0.0.1-alpha.0 — 2020-02-24

## README

#### Network(address, port = 9100)
```javascript
const escpos = require('escpos');
escpos.Network = require('escpos-network');

const networkDevice = new escpos.Network('localhost', 3000);
```
The default port number is 9100.

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