1.1.0 • Published 4 years ago

imgur-file-upload v1.1.0

Weekly downloads
13
License
MIT
Repository
github
Last release
4 years ago

NPM version GitHub license GitHub license

imgur-file-upload

Module Usage

Installation

Install the project dependencies.You can use npm or yarn(recommended) for dependency management。

## npm
npm i imgur-file-upload

Usage

You can through this website to get your project's client id.

https://api.imgur.com/oauth2/addclient

// Requiring the module
const imgur = require('imgur-file-upload');

// intilize client id
imgur.setClientId('Your Client Id');

// uploading image file
imgur.uploadImgur(yourFile).then((result) => {
  console.log(result);
});

License

MIT

1.1.0

4 years ago

1.0.0

4 years ago