This is a simple app that shows what strange holidays are in Poland in a specified day. It gets data from kalbi.pl. It's deployed as a Cloudflare Worker.
Live: what-day.maciejkorolik.workers.dev
GET /
- returns an array of today's holidaysGET /:day
- returns an array of holidays for a specified day. NOTE: for now the day should be written in Polish in following format: e.g. 22-wrzesnia)POST /send-slack-message?token=<message_token>
- sends a message to Slack with a list of holidays for today (needs token so that no one spams our slack)