Skip to content

dgoetsch/gif-ascii

Repository files navigation

Gif to ascii

Downloads arbitrary gifs from a url, transforms them to ascii, saves them in a db.

Note: not all gifs work, I went through a whole bunch of batman gifs that caused mysterious array out of bounds exceptions. I'm sure its something I should be handling better.

Required Software

Run the application

Out of the box

if you are weary of jvm versions

  1. docker-compose up - builds and starts application in docker
  2. browser to http://localhost:9000

Use sbt docker build image

if you are confident in your local environment

  1. update docker-compose, comment out build section of image-injest and uncomment image section
  2. publish docker image for service sbt docker:publishLocal
  3. run docker-compose: docker-compose up
  4. browser to http://localhost:9000

Endpoints

To see the form:

  • GET /
  • GET /download

You will be redirected here:

About

Transforms gifs into ascii

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published