An open API service indexing awesome lists of open source software.

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

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`