Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

24 Commits

Repository files navigation

varrequest=require('request');varReader=require('html-readability');varurl='http://nodejs.org/'request(url,function(err,res,body){
...
varreader=newReader({content: body})varreadPage=reader.run();console.log(readPage);/* outputs { title: 'The title of the page' html: '<html><p>The pretty version of the page</p></html>', text: 'The text version of the page' } */
...
});

About

node readability

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages