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.
In the project directory, you can run:
To start the app in dev mode.
Open http://localhost:3000 to view it in the browser.
For production mode
Run the test cases.
To learn Fastify, check out the Fastify documentation.