Skip to content

Calculates estimated time to read for web pages, articles, etc.

License

Notifications You must be signed in to change notification settings

tomericco/time-to-read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time-to-read

time-to-read is a librarly that allows you as a blogger or a site owner to show your readers an estimation of how much time it will take them to read a piece of text.

The library is really simple to use. All you need to do is call the function estimate, giving it a CSS selector. Example: Reader.estimate('.article-content, #news');

The library will observe the content in the selected elements and return an estimated time for reading it.

NEXT VERSIONS will include configurations for different levels of readers. For example, if a user with browser locale of He/IL (Hebrew) opens a page in English, it will take him more time to read the content than a native English speaker.

About

Calculates estimated time to read for web pages, articles, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published