https://github.com/matei87/web-scraping
A small application to scrap html content from websites.
https://github.com/matei87/web-scraping
antdesign cheeriojs expressjs javascript nodejs reactjs
Last synced: 3 months ago
JSON representation
A small application to scrap html content from websites.
- Host: GitHub
- URL: https://github.com/matei87/web-scraping
- Owner: Matei87
- Created: 2023-09-28T15:02:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-26T23:03:37.000Z (over 1 year ago)
- Last Synced: 2025-01-22T21:11:36.621Z (4 months ago)
- Topics: antdesign, cheeriojs, expressjs, javascript, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Scraping API
A small application to scrap html content from websites.
# Built With
FrontEnd:
- React
- Ant Design
- Vite
- CSS3BackEnd:
- NodeJS
- ExpressJS
- Cheerio
- Cors
- Concurrently# Steps to run the application on local
- install dependencies from client and server directories
- cd into server directory and run on terminal npm run dev
Happy Scrapping ! :)