Just clone.
# Clone repository
git clone https://github.com/korczis/microcrawler.git
# Enter folder
cd microcrawler
# Install required packages
npm install
# Run tests
grunt
node app.js -p craiglist.listing http://sfbay.craigslist.org/sfc/sss/
node app.js -p google.listing http://google.com/search?q=Buena+Vista
node app.js -p hackernews.index https://news.ycombinator.com/
node app.js -p xkcd.listing http://xkcd.com
node app.js -p yelp.listing "http://www.yelp.com/search?find_desc=restaurants&find_loc=Los+Angeles%2C+CA&ns=1&ls=f4de31e623458437"
node app.js -p youjizz.listing http://youjizz.com
- @pavelbinar for QA and not just that.