Created 1 year ago
Last updated: 1 year ago

Hot Shop Booking Alerts

usefulness
users
fun factor

A quick Deno script to check if there are any available tables at the Oslo based restaurant Hot Shop. It has been fully booked since it won a Michelin star in 2022.

The script is pretty simple since the restaurant has a nice API that it's own booking system uses. It's just a matter of checking if there are any available tables at a given day. If there are, it sends a message to a Slack channel.

Hot Shop slack bot

Then it's a race to book the table.

The CRON part of the script is just a GitHub Action with a cron trigger.

Github Source