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

imgur-upload-apis

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imgur-upload-apis

An API to upload images or videos to Imgur from a URL.

0.0.4
latest
Version published
Maintainers
0
Created

Typing SVG

npm version version npm downloads js dilvr

Instalation :

> npm i imgur-upload-apis

const { Imgur } = require('imgur-upload-apis');

(async () => {
  try {
    const result = await Imgur('https://example.com/image.jpg');
    console.log(result);
  } catch (error) {
    console.error(error.message);
  }
})();

FAQs

Package last updated on 06 Mar 2025

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