From 6e784e29de71ca1f6ccefd37f4ce7257bbbb4e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 20 Jan 2020 07:21:56 +0100 Subject: [PATCH] Add `README` for `pokedex` example --- examples/pokedex/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 examples/pokedex/README.md diff --git a/examples/pokedex/README.md b/examples/pokedex/README.md new file mode 100644 index 00000000..50720f57 --- /dev/null +++ b/examples/pokedex/README.md @@ -0,0 +1,17 @@ +# Pokédex +An application that loads a random Pokédex entry using the [PokéAPI]. + +All the example code can be found in the __[`main`](src/main.rs)__ file. + +
+ + + +
+ +You can run it on native platforms with `cargo run`: +``` +cargo run --package pokedex +``` + +[PokéAPI]: https://pokeapi.co/