https://github.com/uiur/gyazo-upload
Upload images to gyazo
https://github.com/uiur/gyazo-upload
Last synced: 11 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T10:37:49.000Z (about 12 years ago)
- Last Synced: 2025-07-22T16:43:14.697Z (11 months ago)
- Language: JavaScript
- Size: 668 KB
- Stars: 2
- Watchers: 1
- 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