textlens
Zero-dependency text analysis and readability toolkit.
$ npm install textlens
import { analyze } from 'textlens';
const result = analyze('Your text here...');
console.log(result.readability.consensusGrade);
- 8 readability formulas
- Sentiment analysis
- Keyword extraction
- SEO scoring
- CLI included
- Zero dependencies