Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 565 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 565 Bytes

SIUS — small image uploading service

Build Status Coverage Status

Demo: curl --form "[email protected]" http://i.anakros.me/upload

  1. clone repository
  2. install imagemagick $ brew install imagemagick --with-libtiff
  3. $ bundle install && unicorn -D -p 3000
  4. change custom upload endpoint to http://localhost:3000/upload in Tweetbot