Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carry0987/imgur-upload
- Owner: carry0987
- License: mit
- Created: 2017-08-06T10:05:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-20T07:49:59.000Z (3 months ago)
- Last Synced: 2025-01-21T22:01:39.672Z (11 days ago)
- Topics: html5, image, javascipt, typescript
- Language: TypeScript
- Homepage: https://carry0987.github.io/Imgur-Upload/
- Size: 58.6 KB
- Stars: 62
- Watchers: 2
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)