pokemon-gopher

command module
v0.0.0-...-d09d35b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

README

Pokemon Gopher

Inspired on https://github.com/lucasbento/graphql-pokemon/ !!!

Thanks @lucasbento!

How to use

Simply get Pokémon's information through queries in GraphQL, example:

query {
  pokemon(name: "pikachu") {
    id
    number
    name
    attacks {
      special {
        name
        type
        damage
      }
    }
    evolutions {
      id
      number
      name
      weight {
        minimum
        maximum
      }
      attacks {
        fast {
          name
          type
          damage
        }
      }
    }
  }
}

Running

Production
go build -o pokemon-gopher
./pokemon-gopher
Development
go run .

Disclaimer

This was built as part of a talk on GraphQL with GoLang at @GraphQL-SP meetup, check us out, we build cool stuff. ;)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL