0.1.0 • Published 11 years ago

page-reflex v0.1.0

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

An event xml/html scrapper

Install

$ npm install page-reflex

Use

var reflex = new PageReflex('http://fr.yahoo.com', {
  every: 5000
});

reflex.on('.markets.clearfix.strong.small', function(new_stocks){
  console.log('new markets numbers', new_stocks);
});

Run Grunt (jslint, docs)

$ grunt

Documentation

API documentation is built by grunt and stored in the public/docs directory

License

BSD

Contribute

All comments, patchs and pull requests are welcome, but please ensure you ran grunt without warnings before creating a pull request.