Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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