Popularity
1.9
Declining
Activity
0.0
Stable
1
3
0

Monthly Downloads: 4
Programming language: Haskell
License: Apache License 2.0
Tags: Tools    
Latest version: v1.0

imgur alternatives and similar packages

Based on the "Tools" category.
Alternatively, view imgur alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of imgur or a related project?

Add another 'Tools' Package

README

imgur

CircleCI

A function to post an image to imgur

How to use it

import Imgur (post)

main = do
    image_url <- post "broccoli.png"
    print image_url