Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethercrow/imgur
A haskell function to post an image to imgur
https://github.com/ethercrow/imgur
Last synced: 5 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T18:05:43.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T17:07:18.960Z (about 1 month ago)
- Language: Haskell
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgur
[![GitHub CI](https://github.com/ethercrow/imgur/workflows/CI/badge.svg)](https://github.com/ethercrow/imgur/actions)
[![Hackage](https://img.shields.io/hackage/v/imgur.svg?logo=haskell)](https://hackage.haskell.org/package/imgur)
[![Stackage Lts](http://stackage.org/package/imgur/badge/lts)](http://stackage.org/lts/package/imgur)
[![Stackage Nightly](http://stackage.org/package/imgur/badge/nightly)](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
```