Skip to content

Cloudflare Workers sample project that keeps track of Cloudflare's job opening changes

Notifications You must be signed in to change notification settings

zmxv/cf-workers-joh

Repository files navigation

👷 cf-workers-joh Cloudflare Job Openings History https://cloudflare.migrant.workers.dev

cf-workers-joh is a Cloudflare Workers project that keeps track of Cloudflare's job opening changes.

This JavaScript Worker uses Cron Triggers to periodically scrape Cloudflare's job openings and stores snapshots in Workers KV. Job opening changes are then computed and displayed on the homepage.

The project is fully functional under Cloudflare's free plan. It has no external dependencies and is intentionally kept small. A larger project should probably leverage a framework such as Flareact.

To run in development mode:

wrangler dev

To deploy:

wrangler publish

Further documentation for Wrangler can be found here.

License: MIT

Releases

No releases published

Packages

No packages published