Lifeislikeacupofcoffee,itisallinhowyoumakeitortakeit.
Begincraftingyourcoffeediary,chroniclingtheuniquepathyoutraversewitheachcup.
Coffee,adailysymphonythatorchestratestherhythmoflifeandawakensthespiritofadventure.
ridemountainpig
What is Coffee Diary
Coffee Diary: Your Personalized Coffee Journal, Visualized with SVG
Coffee Diary is an innovative project that transforms your coffee experiences into visually appealing SVG graphics, all managed through a simple JSON file on GitHub. This project offers coffee enthusiasts a unique way to document their coffee journey without the hassle of traditional journaling methods.
How to use
Add a coffee-diary.json file to your Github special repository root.
(the repo with your username).
coffee-diary.json
{ "2024-11-12": { "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" } }
{ "2024-11-12": { "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
Coffee Diary