page-reflex

0.1.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i page-reflex

Weekly Downloads

0

Version

0.1.0

License

BSD

Last publish

Collaborators

  • vincent__