https://github.com/adhityaramadhanus/godex
Experimental golang cli with DDD-ish design for pokedex item and pokemon information search
https://github.com/adhityaramadhanus/godex
Last synced: 3 months ago
JSON representation
Experimental golang cli with DDD-ish design for pokedex item and pokemon information search
- Host: GitHub
- URL: https://github.com/adhityaramadhanus/godex
- Owner: AdhityaRamadhanus
- License: gpl-3.0
- Created: 2019-07-13T10:43:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T07:01:17.000Z (over 5 years ago)
- Last Synced: 2025-02-05T07:15:44.670Z (4 months ago)
- Language: Go
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# godex
Experimental golang cli with DDD-ish design for pokedex item and pokemon information search# godex
[](https://goreportcard.com/report/github.com/AdhityaRamadhanus/godex) [](https://travis-ci.org/AdhityaRamadhanus/godex)
Experimental golang cli with DDD-ish design for pokedex item and pokemon information search
Entities:
Item
Pokemon
Ability
Installation |
Installation (with docker) |
Usage |
License
godex is pokedex information search using https://pokeapi.co/api/v2 as backend.
Installation
-----------
* go get github.com/AdhityaRamadhanus/godex
* cd to project dir
* run build
```bash
make build
```
* run ./godexInstallation With Docker
-----------
* go get github.com/AdhityaRamadhanus/godex
* cd to project dir
* run build image
```bash
docker build -t godex .
```
* run ./godex
```bash
docker run -it godex [pokemon/item name]
```Usage
-----
```bash
./gode [pokemon/item name]
```License
----MIT © [Adhitya Ramadhanus]