https://github.com/razorcd/webcrawler
http web crawler in node.js and express
https://github.com/razorcd/webcrawler
Last synced: 9 months ago
JSON representation
http web crawler in node.js and express
- Host: GitHub
- URL: https://github.com/razorcd/webcrawler
- Owner: razorcd
- Created: 2014-07-20T21:21:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T12:11:08.000Z (about 10 years ago)
- Last Synced: 2025-04-06T11:35:23.887Z (about 1 year ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Web Crawler
v0.10(beta)
Made with node.js and express, no parsing libraries.
Live: http://webcrawler.herokuapp.com/
###Development
- install dependencies with `npm install`
- start server with `node index.js`
- install jasmine with `npm install -g jasmine`
- run tests with `JASMINE_CONFIG_PATH=test/jasmine.json jasmine`