docs: update readme
This commit is contained in:
15
README.md
15
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user