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