impurge-remix

v0.1.0
turn imgur urls into image urls
imgur parser image

Impurge

This tiny library converts imgur album and image urls into direct image links. It is based on hortinstein's orginal impurge library. This has been remixed to work in both the browser and node.js environments.

Usage

To install via npm:

$ npm install impurge-remix

Otherwise, download this repo as a zip and include the impurge.js or impurge.min.js where ever you might need it.

Example

var impurge = require("impurge"); // Only necesary in node.js. In browsers, impurge is already available.

impurge.purge("http://imgur.com/ppFDF", function(err, images) {
    if (err) console.error(err);
    else console.log(images);
});
npm i impurge-remix

Metadata

  • Unknown
  • 0.8.x
  • Tyler Johnson
  • released 5/18/2013

Downloads

Maintainers