Skip to content

cfpland/rss-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFP Land Worker

Provides a Cloudflare Worker that generates an RSS feed for CFP Land.

Live feed: https://feeds.cfpland.com/v2/rss/cfps

Running/Deploying the Worker

  • Create a .env file directory with the following:
AIRTABLE_API_KEY=
AIRTABLE_BASE_ID=
  • Install packages: npm install
  • Run the build: npm run build
  • Copy the ./dist/index.js file into Cloudflare as your worker.
  • Two endpoints available: BASE_URL/rss/cfps, BASE_URL/rss/twitter

About

A Cloudflare Worker that generates the CFP Land RSS Feed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors