https://github.com/thekicker/node-web-scraper
https://github.com/thekicker/node-web-scraper
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thekicker/node-web-scraper
- Owner: TheKicker
- Created: 2022-09-24T20:04:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T12:52:01.000Z (over 2 years ago)
- Last Synced: 2025-02-12T15:22:57.525Z (over 1 year ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Web Scraper
A basic web scraper using Node JS and various other tools
Runs the script
```
npm run serve
```
Installs the dependencies
```
npm install
```