imgur-anon
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

imgur-anon

A version of imgur without the need to sign in

Installation

npm install imgur-anon

Quickstart

import * as client from 'imgur-anon';
const response = client.upload({
  image: createReadStream('/home/kai/dank-meme.jpg'),
  type: 'stream',
});
// call client.XYZ as you would from the original repo - https://github.com/KenEucker/imgur

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i imgur-anon

    Weekly Downloads

    1

    Version

    2.3.0

    License

    AGPL-3.0-or-later

    Unpacked Size

    46.4 kB

    Total Files

    7

    Last publish

    Collaborators

    • rabbitplayground