Calendar Heatmap Tracker

by Claude Code
5
4
3
2
1
Score: 50/100

Description

Reviews

No reviews yet.

Stats

0
stars
68
downloads
0
forks
74
days
74
days
74
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
3
commits

Latest Version

2 months ago

Changelog

README file from

Github

This is a simple calendar heatmap.

Here a self-explanatory example:

trackers:
  - id: mood
    title: Mood
    icon: smile
    type: int
    min: 1
    max: 5
    colorMode: gradient
    colors: ["#f2706a", "#41b966"]
    showNumbers: false
  - id: workout
    title: Workout 
    icon: zap
    type: time
    min: 0
    max: 1440
    colorMode: gradient
    colors: ["#f2706a", "#42a3fe"]
    egradient: true
    unit: "time"
    showNumbers: true
  - id: sleep
    title: Sleep
    icon: moon
    type: time
    min: 0
    max: 1440
    showNumbers: false
    colorMode: gradient
    fgradient:
      - value: 240
        color: "#f2706a"
      - value: 480
        color: "#42a3fe"
      - value: 720
        color: "#f2706a"
    unit: "time"