Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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