imgur-anon
v2.4.2
Published
Unofficial JavaScript library for Imgur with a no-credentials options
Downloads
5
Readme
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