https://github.com/bchoubert/simple-nodejs-crawler
https://github.com/bchoubert/simple-nodejs-crawler
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bchoubert/simple-nodejs-crawler
- Owner: bchoubert
- License: mit
- Created: 2017-05-09T18:34:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T20:52:57.000Z (about 8 years ago)
- Last Synced: 2025-03-11T13:53:01.035Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# simple-nodejs-crawler
## Uses
This simple web crawler project might be used in bigger projects or to get some HTML code from other websites.
## Installation
After running the command ``` npm install ``` , start the project with ``` npm start ``` (that redirects to ``` node index.js```).
You can navigate to ```http://localhost:3000/crawler?url=https://www.google.com``` to see the Google welcome page. Replace the ```url``` GET parameter to change the page.