Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 598 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 598 Bytes

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