meteor-imgur

A meteor / meteorite smart package providing easy access to the imgur api.

The package isn't finished yet. The methods available should work, but I did not implement all of imgur's available api endpoints at this point in time.

Installation

First, you need to get an imgur api key here.

Atmosphere

Manually

Usage

api = new imgur.Api("secretkey");
api.getImageInformation('imagehash', onInfo);
api.uploadUrl("http://foo.bar/funny.gif", onUpload);

Table of Contents


Documentation generated by mdoc.