Socket
Socket
Sign inDemoInstall

imgur-client

Package Overview
Dependencies
5
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    imgur-client

Interact easily with the imgur.com API


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Install size
197 kB
Created
Weekly downloads
 

Readme

Source

imgur-client

Interact easily with the imgur.com API

Installation

npm i -S imgur-client

Usage

var imgur = require('imgur-client');

imgur('YOUR_IMGUR_KEY').upload('/path/to/image', function (err, res) {
  if (err) {
    console.log('Error!', err);
    return;
  }
  console.log('Response:\n', res);
});

License

MIT

FAQs

Last updated on 15 Oct 2014

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