A version of imgur
without the need to sign in
npm install imgur-anon
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