Simple Cloudflare Worker that tracks the most recent 10 videos from Fireship.io under the 100SecondsOfCode category.
Whenever a new video or a batch of videos are published, the KV-stored feed is updated, and it is notified via Discord Webooks to our Student Group community:
-
Install project dependencies:
$ yarn install
-
Setup your
.dev.vars
file with the contents of.dev.vars.example
-
Run the project:
$ yarn dev