Skip to content

A simple cloudflare worker that returns "interesting" holidays for a specified day (only in polish)

Notifications You must be signed in to change notification settings

maciejkorolik/what-holidays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what-holidays

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

Endpoints:

  • GET / - returns an array of today's holidays
  • GET /: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)

About

A simple cloudflare worker that returns "interesting" holidays for a specified day (only in polish)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published