duyplus / upload

Imgur Upload API, Upload images to imgur via JavaScript

Home Page:https://duyplus.github.io/upload/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgur-Upload

Upload images to Imgur via Javascript, no need Php.

Demo

Click here to view now

Getting Started

# Get the latest snapshot
$ git clone git@github.com:duyplus/upload.git

Register your app click here. Please choose “OAuth 2 authorization without a callback URL”. You will receive an client ID and client secret once you submit the form.

If you want to use your own clientID , you can change it here :

new Imgur({ 
    clientid: '146def7f79c7a87', //You can change this clientID
    callback: feedback 
});

Contributing

Check CONTRIBUTING.md for more information.

License

MIT

About

Imgur Upload API, Upload images to imgur via JavaScript

https://duyplus.github.io/upload/

License:MIT License


Languages

Language:JavaScript 88.5%Language:HTML 11.5%