Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uiur/gyazo-upload
Upload images to gyazo
https://github.com/uiur/gyazo-upload
Last synced: about 1 month ago
JSON representation
Upload images to gyazo
- Host: GitHub
- URL: https://github.com/uiur/gyazo-upload
- Owner: uiur
- Created: 2014-05-23T13:36:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T10:37:49.000Z (over 10 years ago)
- Last Synced: 2024-11-12T22:38:30.352Z (about 2 months ago)
- Language: JavaScript
- Size: 668 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gyazo-upload
Upload images to gyazo.``` javascript
var upload = require('gyazo-upload')upload(['image1.png', 'image2.png']).then(function (urls) {
// enjoy
})// you can also pass readableStream or url.
upload([stream, 'http://google.com/logo.png']).then(function (urls) {
// enjoy
})```
## Installation
```
npm install gyazo-upload
```## LICENSE
MIT