πŸ• sliver.today

πŸ“… Sunday

Telegraph

⚠️

πŸ• Today's Pizza

Hey, it looks like we couldn't fetch the pizza from Sliver Pizzeria's website. πŸ˜“ Please try checking their website to see if this location is open today! 🀷

ℹ️ About

api.sliver.today is a free REST API for retrieving Sliver Pizzeria's pizza of the day.

βš™οΈ Usage

Request

Retrieves a list of pizza menu objects.

GET https://api.sliver.today

Response

{
"pizzas": [
{
"location": "telegraph",
"date": "2024-05-19",
"pizza": ""
},
{
"location": "shattuck",
"date": "2024-05-19",
"pizza": ""
},
{
"location": "broadway",
"date": "2024-05-19",
"pizza": ""
}
]
}

Query Parameters

location?: string

The location of the wanted pizza menu. Defaults to all. Supports telegraph, shattuck, broadway as parameters.

πŸ€” FAQ

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. 😴