Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 652 Bytes

Budakitchen Slack Bot

A cloudflare worker that scrapes today's menu form https://budakitchen.be/, ready to use as a Slack bot.

Based on

👷 worker-template Hello World

A template for kick starting a Cloudflare worker project.

index.js is the content of the Workers script.

Wrangler

To generate using wrangler

wrangler generate projectname https://github.com/cloudflare/worker-template

Further documentation for Wrangler can be found here.