https://github.com/arirawr/pokedex-rs
🧢 Get Pokemon data on the command line. Built in Rust. :crab:
https://github.com/arirawr/pokedex-rs
cli command-line-tool pokeapi pokedex pokemon rust rust-crate rust-lang
Last synced: 28 days ago
JSON representation
🧢 Get Pokemon data on the command line. Built in Rust. :crab:
- Host: GitHub
- URL: https://github.com/arirawr/pokedex-rs
- Owner: arirawr
- License: mit
- Created: 2019-11-28T13:23:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T02:13:24.000Z (about 4 years ago)
- Last Synced: 2025-01-23T03:46:52.300Z (9 months ago)
- Topics: cli, command-line-tool, pokeapi, pokedex, pokemon, rust, rust-crate, rust-lang
- Language: Rust
- Homepage: https://crates.io/crates/pokedex
- Size: 48.8 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧢 pokedex
[](https://crates.io/crates/pokedex)
This is primarily a practice project for learning about Rust and Cargo.
You can [follow me on Twitter](https://twitter.com/AriVanider) 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 `
3. ProfitCurrent 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](https://github.com/veekun/pokedex/issues/284).## License / Contributing
Project is MIT-licensed and can be used freely.
Not actively seeking PRs or Issues as I'm still learning the language.