Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 713 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 713 Bytes

Fireship 100s video feed

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:

image

Contribute

  1. Install project dependencies:

    $ yarn install

  2. Setup your .dev.vars file with the contents of .dev.vars.example

  3. Run the project:

    $ yarn dev