pokedex

Crates.iopokedex
lib.rspokedex
version0.1.8
sourcesrc
created_at2019-11-27 17:06:00.857136
updated_at2020-03-13 18:36:59.935008
descriptionGet Pokemon data from the command line
homepage
repositoryhttps://github.com/arirawr/pokedex-rs
max_upload_size
id184888
size82,914
Ari V (arirawr)

documentation

README

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

Commit count: 19

cargo fmt