reading_time
Calculate reading time for any text by estimating minutes and mm:ss based on word count and words-per-minute. Get word and character counts too.
Instructions
Estimate reading time for a blob of text (word/char counts, minutes and mm:ss at a given or default WPM).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wpm | No | Words per minute (default 200) | |
| text | Yes | Text to measure |