From 2ba84c3ccfd8ec115681ad3eea6a0d015131f470 Mon Sep 17 00:00:00 2001 From: 0x1d Date: Tue, 4 Nov 2025 20:28:36 +0100 Subject: [PATCH] docs: update readme --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 89e039c..8ac22d1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ # LinkDing -LinkDing is a modern bookmarking application where you can paste links and get a list of links with title, description, and image. After a link is pasted, the page is scraped for metadata including the main product image that is then displayed in the link list. It is primarily used to make a list of links to products that you may want to buy. +LinkDing is a minimal bookmarking application where you can paste links and get a list of links with title, description, and image. After a link is pasted, the page is scraped for metadata including the main image that is then displayed in the link list. ## Features -- ✅ Paste links and get a list of links with title, description, and image -- ✅ Automatic metadata extraction (title, description, product images) -- ✅ Search functionality by title, description, and URL -- ✅ Modern, responsive web interface -- ✅ Smart image extraction from product containers -- ✅ Support for JavaScript-heavy sites using Puppeteer -- ✅ Automatic fallback from HTTP scraping to browser rendering +- Paste links and get a list of links with title, description, and image +- Automatic metadata extraction +- Search functionality by title, description, and URL +- Modern, responsive web interface +- Support for JavaScript-heavy sites using Puppeteer +- Automatic fallback from HTTP scraping to browser rendering ## Tech Stack