An open API service indexing awesome lists of open source software.

https://github.com/jzarca01/timetoreadthaturl

Calculates how long it would take you to read that URL
https://github.com/jzarca01/timetoreadthaturl

article es6 node readingtime

Last synced: 3 months ago
JSON representation

Calculates how long it would take you to read that URL

Awesome Lists containing this project

README

          

# timeToReadThatURL
Calculates how long it would take you to read that URL

## Usage
```javascript
babel-node index.js --presets es2015,stage-2 --url http://bit.ly/2jeJDCg
```

### Results
```8.31 minutes to read```

### Options
```--verbose```: displays title and text in the console

```--speed 400```: set the amount of words per minute to 400, 200 by default