Skip to content

hackclub-community/hackatime-wrapped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

835d33d · · Dec 13, 2025

History

3 Commits
Dec 13, 2025
Dec 13, 2025
Dec 13, 2025
Dec 13, 2025
Dec 13, 2025

Repository files navigation

Hackatime Wrapped

A web-based "Spotify Wrapped" experience for your Hackatime stats.

How to use

  1. Open index.html in your web browser.
  2. Enter your Hackatime User ID (Slack ID).
  3. Wait for the data to be fetched (it fetches daily stats for the current year).
  4. Enjoy your summary!

Features

  • Total coding hours
  • Top 3 most productive days
  • Top 3 most productive weeks
  • Top 3 most productive months
  • Favorite Language
  • Favorite OS
  • Most unproductive week
  • Longest streak

Tech Stack

  • HTML, CSS, JS
  • Hackatime API

Note

This runs entirely in the browser. It fetches data directly from the Hackatime API. Due to the number of requests (one per day of the year), it might take a minute to load..