imgup
Upload images to imgur anonymously via imgur API. Useful when you're working with Markdown. The output result can be used directly in the Markdown.
Installation
npm install -g imgup
Usage
Usage: imgup [options]
Options:
-f, --file <string> specify an image file path to upload to imgur
-v, --version output the current version
-h, --help display help for command
To upload an image from our test data directory:
imgup --file ./testData/big-cat.png
✔ Success
Image URL: https://i.imgur.com/mWbxxoM.png
Markdown: ![Big-cat image](https://i.imgur.com/mWbxxoM.png)
Acknowledgement
Big thanks to Rob Potter for the test data image
TODOs
License
MIT