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
MIT License
129
stars
52
forks
source link
Fixes a typo in the provided example code: s/error/err #23
Nothing special, just fixes a "typo". When pasting that code in & testing out your library, if you change the url to something that would cause an error, it breaks.
Hi gabceb,
Nothing special, just fixes a "typo". When pasting that code in & testing out your library, if you change the url to something that would cause an error, it breaks.
Also, your library is working great!
Thanks!