jerry
v0.0.1
Published
get infos from a webpage
Downloads
50
Readme
Jerry
Get infos from a webpage
Install
npm install jerry
Example
jerry('http://youtube.com', function(e, infos) {
console.log(infos.img);
console.log(infos.title);
console.log(infos.favicon);
});
Tests
npm test