# `Faker.Pokemon.De`
[🔗](https://github.com/artkay/fakerer/blob/v1.0.0/lib/faker/pokemon/de.ex#L1)

Functions for Pokemon names in German

# `location`

```elixir
@spec location() :: String.t()
```

Returns a location from Pokemon universe

## Examples

    iex> Faker.Pokemon.De.location()
    "Blumenparadies"
    iex> Faker.Pokemon.De.location()
    "Kraterberg"
    iex> Faker.Pokemon.De.location()
    "Zweiblattdorf"
    iex> Faker.Pokemon.De.location()
    "Sandgemme"

# `name`

```elixir
@spec name() :: String.t()
```

Returns a Pokemon name

## Examples

    iex> Faker.Pokemon.De.name()
    "Viscogon"
    iex> Faker.Pokemon.De.name()
    "Lepumentas"
    iex> Faker.Pokemon.De.name()
    "Quajutsu"
    iex> Faker.Pokemon.De.name()
    "Pyroleo"

---

*Consult [api-reference.md](api-reference.md) for complete listing*
