npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

step-overflow

v0.1.1

Published

CLI walking log tool - record walks, sync to GitHub, visualize on GitHub Pages

Readme


Why step-overflow?

  • Fast logging — record a walk in seconds from the terminal
  • GitHub sync — automatically commit and push your progress
  • Journey mode — turn daily walking into a virtual adventure
  • Achievements — unlock milestones and keep momentum going

Preview

Install

npm install -g step-overflow

Requirements

Quick Start

# Initial setup (creates GitHub repo, local config, choose a journey)
stp init

# Record a 60-minute walk
stp add 60

# View dashboard in browser
stp open

Commands

| Command | Description | |---------|-------------| | stp init | Interactive setup (repo, speed, weight, journey) | | stp add <minutes> | Record a walk | | stp sync | Push unpushed commits | | stp open | Open dashboard locally | | stp open --remote | Open GitHub Pages (public repos) | | stp status | Show current status, journey progress, achievements | | stp config speed <value> | Update default speed (km/h) | | stp config weight <value> | Update weight (kg, none to clear) | | stp config route | Change journey route | | stp log | Show recent records in terminal |

stp add options

stp add 60                        # 60 min at default speed
stp add 60 --speed 5.0            # 60 min at 5 km/h
stp add 60 --date 2026-03-01      # Backdate a record

Journey

Choose a route during setup and track your virtual progress as you walk:

| Title | Route | Distance | Difficulty | |-------|-------|----------|------------| | ⛷️ Tour du Mont Blanc | Chamonix → Chamonix | 170 km | ★☆☆☆☆ | | 🏯 Tokaido | Tokyo → Osaka | 495 km | ★☆☆☆☆ | | 🕊️ Camino de Santiago | Lisbon → Santiago | 620 km | ★★☆☆☆ | | 🏛️ Nile Valley | Aswan → Cairo | 1,100 km | ★★☆☆☆ | | 🐘 Hannibal's March | Cartagena → Rome | 1,500 km | ★★☆☆☆ | | ⛪ Via Francigena | Canterbury → Rome | 1,900 km | ★★★☆☆ | | 🏜️ Trans-Saharan | Timbuktu → Marrakech | 2,200 km | ★★★☆☆ | | 🏔️ Qhapaq Ñan | Quito → Cusco | 2,500 km | ★★★☆☆ | | ⛵ Spice Route | Banda Neira → Singapore | 3,500 km | ★★★☆☆ | | 🇺🇸 Route 66 | Chicago → Los Angeles | 3,940 km | ★★★☆☆ | | 🐫 Silk Road | Xi'an → Constantinople | 7,000 km | ★★★★☆ | | 🌍 Around the World | London → London | 40,075 km | ★★★★★ |

Each route has waypoints — you'll be notified when you arrive at each city along the way. Complete a route and choose your next adventure.

Achievements

Unlock 49 achievements as you walk:

  • Distance: First Step, Century, Thousand Miles, 10K Club, ...
  • Route: Tokaido Master, Pilgrim, Silk Merchant, Globe Trotter, ...
  • Single Walk: 5K Walk, Half Marathon, Marathon, Speed Demon, ...
  • Time & Habit: Early Bird, Night Owl, Weekend Warrior, Double Up
  • Walk Count: Milestones at 5, 10, 50, 100, and every 100 up to 1,000

Data

Records are stored in ~/.local/share/step-overflow/<repo>/data/walking.csv:

datetime,time_min,speed_kmh,distance_km,weight_kg
2026-03-06T07:30:00,60,4.0,4.00,70

Config is stored in ~/.config/step-overflow/config.json.

Paths follow the XDG Base Directory Specification. Override with $XDG_CONFIG_HOME and $XDG_DATA_HOME.

Dashboard

The web dashboard (stp open) has three tabs:

  • Walking: Summary cards, daily/cumulative charts, record table
  • Journey: Route progress visualization with waypoints
  • Achievements: Unlocked/locked achievement grid

Calories are calculated using METs (Metabolic Equivalent of Task) based on walking speed.

License

MIT