This allows you to bookmark links and view them later. Completely powered by ValTown and SQLite.
bookmarks_client_id
and give it a value (you will be using this for saving)bookmarks_client_secret
and give it a value (you will also be using this for saving)BOOKMARKS-CLIENT-ID
and BOOKMARKS-CLIENT-SECRET
with the values you added to the environment variables, and replace BOOKMARKS-URL
with your VAL's URL):javascript:void(open('BOOKMARKS-URL/save?u='+encodeURIComponent(location.href)+'&t='+encodeURIComponent(document.title)+'&id=BOOKMARKS-CLIENT-ID&secret=BOOKMARKS-CLIENT-SECRET', 'Bookmark a link', 'width=400,height=450'))
Here are my bookmarks: https://ramkarthik-bookmark.web.val.run/
Make sure you don't share bookmarks_client_id
and bookmarks_client_secret
. It is used for authentication before saving a bookmark.