# reading-time-estimator-promisse

> Package to estimate the reading time from a text.

Latest version **1.0.0** (published 2020-01-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install reading-time-estimator-promisse
pnpm add reading-time-estimator-promisse
yarn add reading-time-estimator-promisse
bun add reading-time-estimator-promisse
```

## 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 | 2020-01-08 |
| First published | 2020-01-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Matheus Dias Vieira |
| Maintainers | koalapvh13 |
| Keywords | medium-like, reading-estimator, time-estimator, promisses |

## Links

- npm: https://www.npmjs.com/package/reading-time-estimator-promisse
- Repository: https://github.com/Koalapvh13/reading-time-estimator-promisse
- Homepage: https://github.com/Koalapvh13/reading-time-estimator-promisse#readme
- Issues: https://github.com/Koalapvh13/reading-time-estimator-promisse/issues
- npm.io page: https://npm.io/package/reading-time-estimator-promisse

## Recent versions

- 1.0.0 (latest) — 2020-01-08

## README

# reading-time-estimator-promisse
Package to estimate the reading time from a text. Promisse based. Medium's like.

## Usage

```
const ReadingTime = require("reading-time-estimator-promisse")

ReadingTime(`Ours was the first revolution in the history of mankind that truly reversed the course 
of government, and with three little words: “We the people.” “We the people” tell the government 
what to do, it doesn’t tell us. “We the people” are the driver, the government is the car. 
And we decide where it should go, and by what route, and how fast. Almost all the world’s 
constitutions are documents in which governments tell the people what their privileges are. 
Our Constitution is a document in which “We the people” tell the government what it is allowed to do.
 “We the people” are fee. This belief has been the underlying basis for everything 
 I’ve tried to do these past eight years.`)
    .then(console.log) // { inMinutes: 0, inSeconds: 46, wordsCounted: 122 }
    .catch(console.log)
```

## Install

```
npm install reading-time-estimator-promisse
```

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