reading-time-ms

1.0.1 • Public • Published

reading-time

This is a simple javascript function that estimates the reading duration of a string.

It is useful to set timeouts for various messages that appear in temporary UI elements such as popups and hints.

Examples

var text = 'This is a simple javascript function that estimates the read duration of a string.';

alert('It takes ' + readingTime(text)) + 's to read this text:\n'+text);

See the examples folder for more examples

Package Sidebar

Install

npm i reading-time-ms

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • totolicious