🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

node-imgur

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-imgur

A CLI tool and wrapper for the imgur API.

0.1.2
latest
Source
npm
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

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
});

Keywords

imgur

FAQs

Package last updated on 24 Aug 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts