#pokemon #pokeapi #command-line #cli

app pokedex

Get Pokemon data from the command line

9 releases

0.1.8 Mar 13, 2020
0.1.7 Nov 28, 2019

#5 in #pokeapi

MIT license

16KB
137 lines

🧢 pokedex

Latest version

This is primarily a practice project for learning about Rust and Cargo. You can follow me on Twitter for stuff about community and Rust and game dev.

If you really want to use this tool, here's how:

  1. cargo install pokedex -f
  2. On the command line, run pokedex <name_of_pokemon>
  3. Profit

Current response format:

ID: 149
Name: dragonite
Height: 2.2m
Weight: 210kg
Types: dragon, flying

Known Issues

  • If you spell the Pokemon's name wrong, you'll get a bad error.
  • Gen 8 Pokemon (Sword and Shield) are not yet included as they aren't supported by veekun/pokedex and the PokeAPI yet. Tracking issue here.

License / Contributing

Project is MIT-licensed and can be used freely.

Not actively seeking PRs or Issues as I'm still learning the language.

Dependencies

~24MB
~510K SLoC