api.sliver.today is a free REST API for retrieving Sliver Pizzeria's pizza of the day.
Retrieves a list of pizza menu objects.
GET https://api.sliver.today
{"pizzas": [{"location": "telegraph","date": "2024-11-06","pizza": ""},{"location": "shattuck","date": "2024-11-06","pizza": ""},{"location": "broadway","date": "2024-11-06","pizza": ""}]}
location?: string
The location of the wanted pizza menu. Defaults to all
. Supports telegraph
, shattuck
, broadway
as parameters.
Can I use this in my project?
Yup! Do whatever you want with it! Let me know if you're thinking of making something cool with it! π
Is it open source? Can I contribute?
Yes! Checkout my spaghetti code on Github and submit issues or bugs. π€API π¨βπ»Site
What else do you want to do with this?
I'm thinking about making this into a Slackbot/Discord Bot/Twitter Bot. It would also be pretty cool to index all the past pizzas that Sliver has served.
What did you use to make this?
Backend API: Golang + Colly (πdeployed on Google Cloud Run)
Frontend: Typescript + Next.js + MDX (π¨styled with Theme-UI + Emotion)
Why did you make this?
IDK. I really like Sliver. And I was bored. Really bored. π΄