$ git clone git://github.com/JacobVorreuter/slow-server.git
$ cd slow-server
$ heroku create
$ heroku config:add BUILDPACK_URL="https://github.com/archaelus/heroku-buildpack-erlang.git"
$ git push heroku master
$ heroku logs -t
bin/slow_client HOST BODY_SIZE MAX_PACKET_SIZE SLEEP_MS_BTW_PACKETS
$ heroku run bin/slow_client YOURAPPNAME.herokuapp.com 1000 100 500