axypas / SpookyJsExample

This example show how someone could use SpookyJS to web crawl or to test 3 a web page using SpookyJs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of SpookyJS usage

This example show how someone could use SpookyJS to web crawl or to test a web page using SpookyJs. In the present example, the ratings from an iTunes application are extracted. This is overkill for a simple static page, see the iTunesRatingScraper for a much faster results.

Install

npm install

You also need to have installed:
	- phantomJs > 1.9.x
	- casperJs

and verify the correct installation by taping in a console:
	phantomJs -v

Run

node app '<URL>'

About

This example show how someone could use SpookyJS to web crawl or to test 3 a web page using SpookyJs.


Languages

Language:JavaScript 100.0%