Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harikrishna-9885699666/web-scraper-server-express-ts-cheerio
Web scraper using express and cheerio
https://github.com/harikrishna-9885699666/web-scraper-server-express-ts-cheerio
axios cheerio express typesc
Last synced: 2 days ago
JSON representation
Web scraper using express and cheerio
- Host: GitHub
- URL: https://github.com/harikrishna-9885699666/web-scraper-server-express-ts-cheerio
- Owner: HariKrishna-9885699666
- Created: 2024-06-05T10:44:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T11:29:03.000Z (8 months ago)
- Last Synced: 2024-06-06T12:31:11.307Z (8 months ago)
- Topics: axios, cheerio, express, typesc
- Language: TypeScript
- Homepage: https://web-scraper-server-express-ts-cheerio.onrender.com
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web scraper using express and cheerio
This is a simple web scraper application using Express and Cheerio.
This POC example involves building a web scraper using the Node.js Express framework and the Cheerio library, which provides a jQuery-like syntax for parsing and manipulating HTML documents.## Prerequisites
- Node.js (version 14 or higher)
- npm (version 6 or higher)## Installation
1. Clone the repository:
```sh
git clone https://github.com/HariKrishna-9885699666/web-scraper-server-express-ts-cheerio.git
cd web-scraper-server-express-ts-cheerio
npm install
npm start