SMOG Index

Calculate readability for health/technical text

Words = text.split(/\s+/).filter(Boolean).length | Characters = text.length | Sentences = text.split(/[.!?]+/).filter(Boolean).length | Reading time at 200 WPM