https://github.com/ethercrow/imgur
A haskell function to post an image to imgur
https://github.com/ethercrow/imgur
Last synced: 3 months ago
JSON representation
A haskell function to post an image to imgur
- Host: GitHub
- URL: https://github.com/ethercrow/imgur
- Owner: ethercrow
- License: other
- Created: 2019-07-05T17:52:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T18:05:43.000Z (over 2 years ago)
- Last Synced: 2025-03-12T14:48:50.277Z (4 months ago)
- Language: Haskell
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgur
[](https://github.com/ethercrow/imgur/actions)
[](https://hackage.haskell.org/package/imgur)
[](http://stackage.org/lts/package/imgur)
[](http://stackage.org/nightly/package/imgur)A function to post an image to imgur
## How to use it
```haskell
import Imgur (post)main = do
image_url <- post "broccoli.png"
print image_url
```