node-imgur

0.1.2 • Public • Published

node-imgur

A CLI tool and wrapper for the Imgur API.

Command Line

If you intend to use the command line tool, it's best to install the package globally with npm install -g node-imgur.

See imgur --help for a list of options.

Simple Example Usage

 
var imgur = require('node-imgur').createClient('ANONYMOUS_API_KEY');
 
imgur.upload("path/to/file.png", function(error, data) {
  // do fun stuff
});
 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    2
  • 0.1.0
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i node-imgur

Weekly Downloads

3

Version

0.1.2

License

none

Last publish

Collaborators

  • marshall007