2.3.0 • Published 12 months ago

imgur-anon v2.3.0

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
12 months ago

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
2.3.0

12 months ago

2.1.4

2 years ago

2.2.0

2 years ago

1.0.0

2 years ago