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

https://github.com/nhsz/read-time

:clock1::book: Medium-like reading estimation time
https://github.com/nhsz/read-time

go golang programming script

Last synced: 9 months ago
JSON representation

:clock1::book: Medium-like reading estimation time

Awesome Lists containing this project

README

          

# read-time

:clock1::book: Medium-like reading estimation time

## Usage

Remember this is a Go script, so you need to [install Go first!](https://golang.org/dl/)

`go run readtime.go `

## Example

If both script and file are on the same directory:

```
> go run readtime.go example.txt
Total words: 455
Reading time: this will take about 1 minute and 39 seconds to be read.
```

Otherwise, you have to provide the full path for text file.