https://github.com/kplattret/thy-pokemon-api
https://github.com/kplattret/thy-pokemon-api
apis code-challenge elixir
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kplattret/thy-pokemon-api
- Owner: kplattret
- Created: 2020-04-24T17:06:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T09:56:33.000Z (almost 6 years ago)
- Last Synced: 2025-02-12T11:29:51.798Z (12 months ago)
- Topics: apis, code-challenge, elixir
- Language: Elixir
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://pokeapi.co) and the [Fun
Translations](https://funtranslations.com/api/shakespeare) API in turn.
Feel free to take a look at the [documentation](documentation.md).
## Installation and tests
This application can be built and served locally using `Docker` by using the following commands:
**Run the app:**
```shell
$ docker-compose up
```
**Run the test suite:**
```shell
$ docker-compose run web mix test
```