Skip to content

rain0r/stimmungskalender

Repository files navigation

Stimmungskalender

stimmungskalender is a mood calendar. It is a simple but effective way of keeping track of your daily mood and sleep.

This can can help you identify patterns to establish a better understanding of your wellbeing or sleeping habits.

It's built with Django and can be self-hosted.


Features

  • You can track your mood of each day and night
  • Every week can be annotated with a note
  • Diagrams (build with Plotly)
  • Localized (currently in English and German)
  • If you like to track only daytime (or only nights), you can choose so in the settings
  • REST-api (if you like to build your own frontend)
  • Privacy-friendly: no external resources (css, js) loaded

Screenshot of Stimmungskalender


The easiest way to get stimmungskalender up and running is with Docker. See: docker.md

There is also a faq.md.

REST API

An OpenAPI 3.0 schema can be accessed under /api/schema/ and swagger under /api/schema/swagger-ui/.