Generate a RSS feed with the links I want to read later.
firebase deploy
To add entries to your RSS feed, use your functions.
curl --request POST \
--url https://add-entry-<SOMETHING>.app/ \
--header 'Content-Type: application/json' \
--data '{
"link": "<THE LINK TO READ LATER>"
}'
Your RSS feed is available at your function's address (like https://get-entries-<SOMETHING>.app
).
You can use your favorite RSS feed reader (NetNewsWire ๐ฅธ or any other) to read your "Read it Later" links.
You can use the adding query in several ways.
For example, with Apple Shortcuts (like this one: Pochurl Shortcut) you can simply add a link to your feed from the share menu.