Socket
Socket
Sign inDemoInstall

node-imgur

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-imgur

A CLI tool and wrapper for the imgur API.


Version published
Maintainers
1
Weekly downloads
1

Weekly downloads

Readme

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

FAQs

Last updated on 24 Aug 2012

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc