gabceb / node-metainspector

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

Added client.images method #4

Closed puleos closed 10 years ago

puleos commented 10 years ago

Added client.images method with acceptance test. Updated README.

gabceb commented 10 years ago

Thanks @puleos