Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/carry0987/imgur-upload

A library for upload images to imgur, no dependencies, no need jQuery, PHP.
https://github.com/carry0987/imgur-upload

html5 image javascipt typescript

Last synced: 4 days ago
JSON representation

A library for upload images to imgur, no dependencies, no need jQuery, PHP.

Awesome Lists containing this project

README

        

# Imgur-Upload
[![version](https://img.shields.io/npm/v/@carry0987/imgur.svg)](https://www.npmjs.com/package/@carry0987/imgur)
A library for upload images to imgur, no dependencies, no need jQuery, php.

## Installation
```bash
npm i @carry0987/imgur -D
```

## Usage
If you want to use your own clientID , you can change it [here](https://github.com/carry0987/Imgur-Upload/blob/master/index.html#L67) :
```javascript
new Imgur({
clientid: '4409588f10776f7', //You can change this ClientID
callback: feedback
});
```

## Register Client ID
[Imgur](https://api.imgur.com/oauth2/addclient)

## Demo
[Demo](https://carry0987.github.io/Imgur-Upload/)

## Good use of this project
- [Chrome Image Share](https://github.com/superj80820/chrome-image-share)