Skip to content

Gudsfile/Pochurl-ril-with-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pochurl - Read it later!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages