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
- Host: GitHub
- URL: https://github.com/travelxml/web-scraping
- Owner: TravelXML
- License: mit
- Created: 2021-12-17T11:19:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T11:30:18.000Z (about 4 years ago)
- Last Synced: 2025-01-21T01:11:14.588Z (11 months ago)
- Topics: api-rest, axios, cheerio, node-js, nodejs, nodejs-api, webscrapping
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!