docs: update readme

This commit is contained in:
2025-11-04 20:28:36 +01:00
parent e5d18d4e6d
commit 2ba84c3ccf

View File

@@ -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