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

https://github.com/kevva/imgur-uploader-cli

Upload images to imgur
https://github.com/kevva/imgur-uploader-cli

Last synced: 9 months ago
JSON representation

Upload images to imgur

Awesome Lists containing this project

README

          

# imgur-uploader-cli [![Build Status](https://travis-ci.org/kevva/imgur-uploader-cli.svg?branch=master)](https://travis-ci.org/kevva/imgur-uploader-cli)

> Upload images to [imgur](http://imgur.com)

## Install

```
$ npm install --global imgur-uploader-cli
```

## Usage

```
$ imgur-uploader --help

Example
$ imgur-uploader unicorn.png --title 'My fantastic unicorn'
$ cat unicorn.png | imgur-uploader
```

## Related

* [imgur-uploader](https://github.com/kevva/imgur-uploader) - API for this module

## License

MIT © [Kevin Martensson](http://github.com/kevva)