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

https://github.com/saurabh0719/fs-estimate

Estimate reading time for any text file
https://github.com/saurabh0719/fs-estimate

cli-tool javascript nodejs nodejs-cli reading-time-estimator

Last synced: about 1 month ago
JSON representation

Estimate reading time for any text file

Awesome Lists containing this project

README

          

# fs-estimate

Estimate reading time for any text file from your terminal

#### Installation :
```sh
$ npm install fs-estimate -g
```

#### Usage :
Get reading time (filename or path in string format):
```sh
$ fs-estimate read filename
```
Set reading rate (words per minute) :
```sh
$ fs-estimate set 200
#200 words per minute
```
Defaults to 150
```sh
$ fs-estimate set
#150 words per minute
```