Back to feed
Dev.to
Dev.to
7/14/2026
A Dash of dev.to: My Blog Stats Now Live in the Terminal

A Dash of dev.to: My Blog Stats Now Live in the Terminal

Short summary

A developer built a terminal dashboard to display dev.to article stats (views, reactions, comments) using Go and the archived devdash tool. The approach leverages dev.to's API endpoint and devdash's localhost table widget to render sorted article metrics without forking the original project. The post includes code snippets and configuration examples.

  • Built a Go binary that fetches dev.to article stats via API and prints rows for devdash
  • Used devdash's lh.table widget to render terminal dashboard without modifying archived project
  • Includes YAML config and Go code for pagination, sorting, and display

Generated with AI, which can make mistakes.

Is this a good recommendation for you?

Comments

Failed to load comments. Please try again.

Explore more