9 releases
0.1.8 | Mar 13, 2020 |
---|---|
0.1.7 | Nov 28, 2019 |
#5 in #pokeapi
26 downloads per month
16KB
137 lines
🧢 pokedex
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:
cargo install pokedex -f
- On the command line, run
pokedex <name_of_pokemon>
- 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
~501K SLoC