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

https://github.com/melihs/web-scraper

Web Scrapping example project with node js api
https://github.com/melihs/web-scraper

cheerio-node webscraping-javascript webscrapping

Last synced: 9 months ago
JSON representation

Web Scrapping example project with node js api

Awesome Lists containing this project

README

          

# WEB SCRAPPING EXAMPLE PROJECT WITH NODE JS API

### Description
⚠️
This work has been developed personally only. There is no financial interest.

### Demo
https://web-scraper-one.vercel.app

### Installation (Manual)
``` bash
$ git clone https://github.com/melihs/web-scraper.git

$ cd web-scraper

$ npm install

$ npm start

```
##### API RESPONSE
```
[
{
"image": "*****",
"title": "*****",
"description": "*****",
"url": "*****",
"author": "*****"
},
...
]
```