Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 730 Bytes

File metadata and controls

30 lines (22 loc) · 730 Bytes

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.