I created RSS feeds for favorite websites because they are not providing them. 🥺
This repository has useful functions to make RSS feed for any websites easily.
You can fork this repository and get started to create your own RSS feed.
https://rssified.akutagawa.dev/tanocstore-new-items.rss
https://rssified.akutagawa.dev/tanoc-releases.rss
yarn install
Recommended Node.js version is 16.x
.
yarn generate
RSS feeds are generated into dist
directory.
An example which deploys to netlify.
npx netlify-cli deploy --dir dist --prod
Runs yarn generate
in development mode.
yarn dev [siteName]
# yarn dev tanocstore-new-items