Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1 KB

README.md

File metadata and controls

42 lines (26 loc) · 1 KB

Pochurl

Generate a RSS feed with the links I want to read later.

Deployment:

firebase deploy

Use

Add

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>"
     }'

See other examples.

Read

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.

Examples

Apple Shortcut

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.

Apple Shortcut usage