Gathering detailed insights and metrics for @colinarms/react-reading-time-estimator
Gathering detailed insights and metrics for @colinarms/react-reading-time-estimator
Gathering detailed insights and metrics for @colinarms/react-reading-time-estimator
Gathering detailed insights and metrics for @colinarms/react-reading-time-estimator
Medium's like reading time estimator for React.
npm install @colinarms/react-reading-time-estimator
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (50.08%)
TypeScript (49.92%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
4 Stars
6 Commits
1 Forks
2 Watchers
1 Branches
1 Contributors
Updated on Mar 23, 2023
Latest Version
1.0.0
Package Id
@colinarms/react-reading-time-estimator@1.0.0
Unpacked Size
7.83 kB
Size
3.48 kB
File Count
12
NPM Version
8.1.2
Node Version
17.0.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
24
Medium's like reading time estimator for React.
react-reading-time-estimator
helps you estimate how long an article will take to read. It works perfectly with plain text.
react-reading-time-estimator is available on npm. It can be installed with the following command:
npm install react-reading-time-estimator --save
react-reading-time-estimator is available on yarn as well. It can be installed with the following command:
yarn add react-reading-time-estimator
1import { useReadingTime } from "react-reading-time-estimator"; 2 3const { 4 text, // 1 min read 5 minutes, // 1 6 words, // 168 7 time, // 0.5309090909090909 8} = useReadingTime(text);
useReadingTime(text: string)
text
– the text to be estimated.If you think any of the react-reading-time-estimator
can be improved, please do open a PR with any updates and submit any issues. Also, I will continue to improve this, so you might want to watch/star this repository to revisit.
We'd love to have your helping hand on contributions to react-reading-time-estimator
by forking and sending a pull request!
Your contributions are heartily ♡ welcome, recognized and appreciated. (✿◠‿◠)
How to contribute:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/6 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More