# eko

> listens for log events to come in over HTTP and then repeats them on the command line

Latest version **1.6.0** (published 2015-10-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install eko
pnpm add eko
yarn add eko
bun add eko
```

Provides the command `eko`.

## 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.6.0 |
| Published | 2015-10-21 |
| First published | 2015-06-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| Author | Trevor Power |
| Maintainers | trevorpower |
| Keywords | NLog, console, log |

## Links

- npm: https://www.npmjs.com/package/eko
- Repository: https://github.com/kneat/eko
- Homepage: https://github.com/kneat/eko#readme
- Issues: https://github.com/kneat/eko/issues
- npm.io page: https://npm.io/package/eko

## Dependencies (5)

- [colors](https://npm.io/package/colors.md) ^1.1.2
- [express](https://npm.io/package/express.md) ^4.13.0
- [commander](https://npm.io/package/commander.md) ^2.8.1
- [socket.io](https://npm.io/package/socket.io.md) ^1.3.6
- [body-parser](https://npm.io/package/body-parser.md) ^1.13.1

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

- 1.6.0 (latest) — 2015-10-21
- 1.5.0 — 2015-08-31
- 1.3.3 — 2015-08-30
- 1.3.2 — 2015-08-29
- 1.2.2 — 2015-08-27
- 1.2.1 — 2015-08-27
- 1.2.0 — 2015-08-27
- 1.1.1 — 2015-08-26
- 1.0.1 — 2015-07-01
- 1.0.0 — 2015-06-30

## README

# eko
eko listens for log events to come in over HTTP and then repeats them on the command line.

## Installation

```bash
$ npm install -g eko
```

This will install socket.io as a dependency which may generate some safe to
ignore errors trying to compile.

## Quick Start

```bash
$ eko
GET http://localhost:4561/
POST http://localhost:4560/
```

## NLog
To echo NLog events to the console use the following target:

``` xml
  <target name="eko" xsi:type="WebService" methodName=""
  	 protocol="HttpPost"
  	 url="http://localhost:4560">
    <parameter name='level' layout='${level}'/>
    <parameter name='message' layout='${message}'/>
    <parameter name='logger' layout='${logger}'/>
  </target>
```

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