healeycodes / dev-article-analysis

📊 A website that graphs textual statistics from a DEV user's articles

Home Page:https://dev-article-analysis.glitch.me/

Repository from Github https://github.comhealeycodes/dev-article-analysisRepository from Github https://github.comhealeycodes/dev-article-analysis

DEV Article Analysis

My blog post: DEV Article Analysis


A website that graphs textual statistics from a DEV user's articles (readability, complexity, grade level, semantic analysis) over time. The data is displayed in interactive charts.

  • Flesch–Kincaid grade level
  • Flesch reading ease
  • Sentiment analysis

This tool in action


Install

npm i


Setup

Setup the application port, and DEV API key (https://dev.to/settings/account)

Linux/macOS

export PORT=3000
export DEV_KEY=abc123

Command Prompt

set PORT=3000
set DEV_KEY=abc123

PowerShell

$env:PORT = "3000"
$env:DEV_KEY = "abc123"

Run

npm run start


Contributing

Any fixes or improvements are welcome. Happy to help and provide advice via Issues/PRs.


License

MIT.

About

📊 A website that graphs textual statistics from a DEV user's articles

https://dev-article-analysis.glitch.me/

License:MIT License


Languages

Language:JavaScript 80.4%Language:HTML 14.6%Language:CSS 5.0%