Count reading time of an entry.
The average adult reading rate is 250 words per minute with 70% comprehension
Install with component(1):
$ component install yuehu/reading-time
var time = require('reading-time');
time(word_count)
// in seconds
// {fast: 100, normal: 180, slow: 300}
MIT