# termreader

> A terminal web reader

Latest version **0.1.1** (published 2017-01-26) · MIT license · 0 weekly downloads

## Install

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

Provides the command `termreader`.

## 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.1 |
| Published | 2017-01-26 |
| First published | 2017-01-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Blake Harley |
| Maintainers | harley |

## Links

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

## Dependencies (5)

- [chalk](https://npm.io/package/chalk.md) ^1.1.3
- [request](https://npm.io/package/request.md) ^2.79.0
- [commander](https://npm.io/package/commander.md) ^2.9.0
- [html-to-text](https://npm.io/package/html-to-text.md) ^3.0.0
- [babel-polyfill](https://npm.io/package/babel-polyfill.md) ^6.22.0

## Recent versions

- 0.1.1 (latest) — 2017-01-26
- 0.1.0 — 2017-01-26

## README

# termreader

A simple terminal reader.

## Installation

Install with either yarn or npm:

```
$ yarn global add termreader
```

```
$ npm i -g termreader
```

After installation, you will need an API key from [Mercury Reader]. Once
you have your API key, you can add it to your config file:

```
$ echo '{"key": "[YOUR API KEY]"}' > ~/.config/termreader.json
```

## Usage

```
$ termreader [url]
```

[Mercury Reader]: https://mercury.postlight.com/

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