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.
- Host: GitHub
- URL: https://github.com/wazeerc/readtime
- Owner: wazeerc
- Created: 2024-10-31T18:17:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:48:44.000Z (over 1 year ago)
- Last Synced: 2025-02-11T17:57:52.455Z (over 1 year ago)
- Topics: deno
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```