Skip to content

Experimental golang cli with DDD-ish design for pokedex item and pokemon information search

License

Notifications You must be signed in to change notification settings

AdhityaRamadhanus/godex

Repository files navigation

godex

Experimental golang cli with DDD-ish design for pokedex item and pokemon information search

godex

Go Report Card Build Status

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
make build
  • run ./godex

Installation With Docker

  • go get github.com/AdhityaRamadhanus/godex
  • cd to project dir
  • run build image
docker build -t godex .
  • run ./godex
docker run -it godex [pokemon/item name]

Usage

./gode [pokemon/item name]

License

MIT © [Adhitya Ramadhanus]

About

Experimental golang cli with DDD-ish design for pokedex item and pokemon information search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published