Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roggervalf/spider-node
https://github.com/roggervalf/spider-node
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/roggervalf/spider-node
- Owner: roggervalf
- Created: 2019-05-30T19:52:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T04:33:40.000Z (about 2 years ago)
- Last Synced: 2024-11-16T00:14:01.594Z (about 1 month ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spider-node
This is an example of a simple web spider.
To run this example you need to:1. install the dependencies with:
npm install2. download a website of your choice with
node index.js "url of the website to download (http://www.example.com)"