- Notifications
You must be signed in to change notification settings - Fork9
🥐 Open-source RSS feed generator for Google Sheets.
License
tgel0/crssnt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
crssnt is an open-source RSS feed generator for Google Sheets. With crssnt, you can create your owncustomRSS feed from any data source that you 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 addhttps://crssnt.com/preview/
to 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 thisblog post.
No personal data is being stored while using the crssnt feed generator. Some general usage data such as date and time of the request as well as the underlying Google Sheet ID are stored for analytics purposes. You can disable the Sheet ID logging by adding&logging=false
to the end of the crssnt feed URL.
Read morehere.
As explained above, you can use crssnt without any installation by using my free hosted version viahttps://crssnt.com/preview/
. If you want to install it on your own server for exploration or contribution purposes continue reading below.
Crssnt is built withCloud Functions for Firebase. Check out the officialGetting 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 runningfirebase emulators:start
and going tohttp://localhost:4000/
.
Licensed under the The MIT License. Copyright 2023 Tomi Gelo.
About
🥐 Open-source RSS feed generator for Google Sheets.