From cd3cd7eea2748de4c916a97404b445ea97bb90a3 Mon Sep 17 00:00:00 2001 From: Jayden Date: Mon, 22 Jul 2024 12:16:25 -0500 Subject: [PATCH] docs: update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 128e555..e3a70d6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ ![logo_picture](https://github.com/jaypyles/www-scrape/blob/ui-changes/docs/logo_picture.png) -![MongoDB](https://img.shields.io/badge/MongoDB-%234ea94b.svg?style=for-the-badge&logo=mongodb&logoColor=white) ![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi) ![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) +
+ MongoDB + FastAPI + Next JS + TailwindCSS +
Scraperr is a self-hosted web application that allows users to scrape data from web pages by specifying elements via XPath. Users can submit URLs and the corresponding elements to be scraped, and the results will be displayed in a table.