1.1.2 • Published 8 years ago

words-per-minute v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

words-per-minute A.K.A Reading Time

Words per minute is a common metric for assessing reading speed. Calculate it with JS

Install

$ npm install words-per-minute --save

Usage

const getMinutesFromText = require('words-per-minute').getMinutesFromText
const getWordsPerMinutes = require('words-per-minute').getWordsPerMinutes

const text = 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.'
getMinutesFromText(text) // 1

getWordsPerMinutes(3) // 639

Tested with English and Spanish characters.

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago