From 4b613cb8d5e1119e1619feaf0b48d7f6d50e32e7 Mon Sep 17 00:00:00 2001 From: David Todd Date: Sat, 18 Jan 2020 23:35:59 -0600 Subject: [PATCH] update todo --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7496503..b683d57 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,8 @@ The following fields will be returned with `/get` and `/update` requests: * ~~Authentication - I'm thinking about using [Telethon](https://github.com/LonamiWebs/Telethon) which will send me auth tokens, which would then be sent along with the request~~ * Website UI - I want the website to be extremely easy to use. I plan on using [Bootstrap 4](https://getbootstrap.com/) with a style very similar to [lob.li](https://lob.li) * ~~API - Able to accept various HTTP methods (POST, GET for sure, possibly PUT and DELETE). This will interface with the database, and provide data sanitization. I'm planning on using [Bottle](https://bottlepy.org/docs/dev/) to accomplish this~~ + * Fetch various meta-data from the URI if it is reachable + * HTML title, favicon, etc + * Determine if a link is reachable * Chrome Extension - This will allow exporting bookmarks from Chrome into this service, as well as quickly adding pages, most likely through a right click menu and by clicking on the icon * Firefox Extension - Everything the Chrome extension can do