Crssnt is an open-source RSS feed generator for Google Sheets. With crssnt, you can create your own custom RSS feed from any data source which can get displayed in a (public) Google Sheet:
- existing RSS feeds
- websites and APIs
- data from manual input
- data from Sheets add-ons
- etc.
The easiest way to generate an RSS feed with crssnt is to add https://crssnt.com/preview/
to the the beginning of your public Google Sheet URL, like this:
https://crssnt.com/preview/https://docs.google.com/spreadsheets/d/1wgHZMH8-kQsC0z38mnrfGpR1cgQE7yu2kUQB9On9iJw
There is more details in this blog post.
As explained above, you can use crssnt without any installation by using my free hosted version via https://crssnt.com/preview/
. If you want to install it on your own server for exploration or contribution purposes continue reading below.
Crssnt is built with Cloud Functions for Firebase. Check out the official Getting Started Guide to learn more about Firebase Functions.
Once you have installed the Firebase CLI and cloned this repository, you can emulate the function locally by running firebase emulators:start
and going to http://localhost:4000/
.
Licensed under the The MIT License. Copyright 2022 Tomislav Gelo.