Skip to content

Zola/reading-time

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reading-time

Count reading time of an entry.

The average adult reading rate is 250 words per minute with 70% comprehension

Installation

Install with component(1):

$ component install yuehu/reading-time

API

var time = require('reading-time');
time(word_count)
// in seconds
// {fast: 100, normal: 180, slow: 300}

License

MIT

About

Count reading time of an entry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • Makefile 37.4%