#Crawler
First, clone the repo via git:
git clone https://github.com/sunwenteng/crawler.git your-project-nameAnd then install dependencies.
$ cd your-project-name && npm install$ node main.jsNote: requires a node version >= 4 and an npm version >= 2.
MIT © sunwenteng