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: about 1 year ago
JSON representation
A library for upload images to imgur, no dependencies, no need jQuery, PHP.
- Host: GitHub
- URL: https://github.com/carry0987/imgur-upload
- Owner: carry0987
- License: mit
- Created: 2017-08-06T10:05:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T07:49:59.000Z (over 1 year ago)
- Last Synced: 2025-03-30T13:09:16.143Z (over 1 year ago)
- Topics: html5, image, javascipt, typescript
- Language: TypeScript
- Homepage: https://carry0987.github.io/Imgur-Upload/
- Size: 58.6 KB
- Stars: 62
- Watchers: 2
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Imgur-Upload
[](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)