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

https://github.com/travelxml/web-scraping

Web Scraping using nodejs, Axios, cheerio
https://github.com/travelxml/web-scraping

api-rest axios cheerio node-js nodejs nodejs-api webscrapping

Last synced: 9 months ago
JSON representation

Web Scraping using nodejs, Axios, cheerio

Awesome Lists containing this project

README

          

# Web Scraping using nodejs, axios, cheerio

#### A Demo to show how to build your own API

To run this project

You can run this project on your local machine. Just pull it down and do the following:

npm i

Run the command above to install all the packages

Start the Project

Now run the server:

npm run start


API Enpoint:
http://localhost:8000/news
http://localhost:8000/news/{id}


Open http://localhost:8000/ with your browser to see the results of the scrape in your terminal.

Happy Coding!