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
- Host: GitHub
- URL: https://github.com/jzarca01/timetoreadthaturl
- Owner: jzarca01
- License: gpl-3.0
- Created: 2017-01-27T23:46:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T18:34:06.000Z (over 9 years ago)
- Last Synced: 2025-03-08T12:52:45.345Z (over 1 year ago)
- Topics: article, es6, node, readingtime
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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