/fireship-feed

Little CF Worker that updates a feed of the latest '100 seconds' videos by @fireship-io

Primary LanguageTypeScriptMIT LicenseMIT

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