Skip to content

fast-facts/imgur

 
 

Repository files navigation

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

About

The Unofficial Imgur Javascript library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 83.7%
  • JavaScript 16.3%