Node npm for web scraping purposes. It scrapes a given URL, and returns you its title, meta description, meta keywords, an array with all the links, all the images in it, etc. Inspired by the metainspector Ruby gem
I noticed that node-metainspector don't take the url of the page. For instance shorten a link and it takes that short link and not the url of the page.
I noticed that
node-metainspector
don't take the url of the page. For instance shorten a link and it takes that short link and not the url of the page.