Skip to content

jcolbyfisher/rss-feeder

Repository files navigation

rss-feeder

Convert a site into an RSS feed. Yummy!

UPDATE 05/27/2023: this has been running with 100% accuracy & reliability since the commits on 12/02/2022. There's definitely opportunities for improvement, but the code as-is does everything I need it to 🎉

TODO:

  • scrape a site
  • generate basic atom feed direct from site
  • sqlite db with schema migration
  • store scraped site data in db
  • generate atom feed from db data
  • make db work in deployable environment
  • get schema migrations to run from anything but an API request
  • use worker/job to scrape site on scheduled basis
  • create nice endpoints/API's for fetching feeds
  • general code quality clean up

Getting Started with Fastify-CLI

This project was bootstrapped with Fastify-CLI.

Available Scripts

In the project directory, you can run:

npm run dev

To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.

npm start

For production mode

npm run test

Run the test cases.

Learn More

To learn Fastify, check out the Fastify documentation.

About

Eat a site into atoms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published