Skip to content

kplattret/thy-pokemon-api

Repository files navigation

Thy Pokémon API

Simple API to get a description of a given Pokemon species, in Shakespearean English. In order to achieve this, this application leverages the PokéAPI and the Fun Translations API in turn.

Feel free to take a look at the documentation.

Installation and tests

This application can be built and served locally using Docker by using the following commands:

Run the app:

$ docker-compose up

Run the test suite:

$ docker-compose run web mix test