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

https://github.com/webfreak001/imageuploader

Image uploader written in D
https://github.com/webfreak001/imageuploader

Last synced: 11 months ago
JSON representation

Image uploader written in D

Awesome Lists containing this project

README

          

For a public uploader, simply build using `dub`

For a private uploader, uncomment `version = Public;` in app.d and fill in a hash in the secret enum. You will probably want to change the `hash` function to anything else to prevent ID lookup.