Skip to content

arirawr/pokedex-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧢 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.