0.0.4 • Published 11 years ago

get-images v0.0.4

Weekly downloads
9
License
-
Repository
-
Last release
11 years ago

get-images

scrape a page and get an array of all the <a> links to pngs or jpegs

Installation

npm install get-images

Usage

var getImages = require('get-images')
getImages('http://substack.net/images', function(err, images) {
  // => images is an array of image urls like ["http://substack.net/images/1up.png"]
})

Bonus feature

there is a built in proxy server (server.js) that you should run with sudo server.js and then open http://localhost/?url=http://substack.net/images/

License

BSD

0.0.4

11 years ago

0.0.3

11 years ago

0.0.1

11 years ago