url-content
url-content is a module which parse a content by passing an url.
Install it
$ npm install --save url-content
;
Methods
getMetadatas
getMetadatas get metadatas from a page.
urlContent;
getContent
getContent get all the html content from a page.
urlContent;
getImages
getImages get all images found in html content from a page. The results is an array with all the images;
urlContent;