pokemon-info — a terminal Pokédex powered by PokeAPI
#1668
pkong-ds
started this conversation in
Show and tell
Replies: 1 comment
|
Great project, love this! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi PokeAPI Community!!
I built pokemon-info - a TUI Pokédex for browsing every Pokémon and move. All data comes from PokeAPI.
Details are fetched live from PokeAPI, cached on disk for 30 days, and rate-limited client-side (~5 req/s sustained) so browsing stays polite to the server.
English names, slugs, and unique prefixes all resolve ("zek" → Zekrom, "mr-mime" works too). Install via Homebrew, Scoop, Snap, or a curl one-liner — see the README.
Credits:
Huge thanks to the PokeAPI team. This project literally doesn't exist without you. Feedback and feature ideas welcome!
All reactions