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

https://github.com/wazeerc/readtime

A simple tool that calculates the estimated read time of a web page.
https://github.com/wazeerc/readtime

deno

Last synced: about 1 year ago
JSON representation

A simple tool that calculates the estimated read time of a web page.

Awesome Lists containing this project

README

          

# **ReadTime Estimator**

A simple tool that calculates the estimated read time of a web page. Built with Deno 2 and TypeScript.

> Works best with news articles and blog posts.

## **Getting Started**

### **Prerequisites**

- [Deno](https://deno.com/) installed on your system.

### **Installation**

1. Clone the repository

2. Run the program:
```
cd readtime && deno run start
```
or to generate a standalone `.exe`
```
deno run compile
```