A simple web API for recording my coffee consumption.
API root: //a7a9ck.deta.dev
Interactive API documentation: //a7a9ck.deta.dev/docs
I have created a SwiftBar plugin that queries the API for the active bags and presents them in a drop-down menu. When one of the labels is tapped, the plugin then registers a use of the bag with the API.
I have built a Streamlit web application for visualizing and analyzing the data collected through this API: app | source