How to use
Add a coffee-diary.json file to your Github special repository root.
(the repo with your username).
coffee-diary.json
{
"2025-10-24": {
"bean-type": "GEISHA",
"origin": "JAPAN",
"flavor": "This exquisite
Geisha coffee offers a
delicate balance of floral
aromas and fruity notes."
},
"year-month-day": {
"bean-type": "bean type",
"origin": "coffee origin",
"flavor": "coffee flavor
you tasted"
}
}
In this JSON configuration, each coffee diary entry is encapsulated as an object keyed by the date in a year-month-day format, allowing you to document your coffee experiences on a daily basis. The entries for bean-type, origin, and flavor enable you to capture specific details about each coffee you enjoy.
After setting up the coffee-diary.json , enter your Github username to view your coffee diary SVG below, and visit your own Coffee Diary website.
Github Username :
Coffee Diary SVG can be seamlessly integrated into your GitHub README with , or displayed in any other desired location, allowing you to showcase your coffee journey.
Github Action

