From eabf0d1839ba5ab1da4d10f5c4bacd4de1b29c50 Mon Sep 17 00:00:00 2001 From: jagestah Date: Mon, 22 Oct 2018 17:26:16 -0600 Subject: [PATCH] Updating README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 923c038..8003f3b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ ## Challenge1 - Work with APIs and Libraries -Using the [Star Wars API](https://www.swapi.co) create a formatted list of ships that have unique pilots and list those pilots. - +Use [Star Wars API](https://www.swapi.co) +- API Request - Pull all data about Starships from SWAPI +- If Loops - List all ships that have named pilots +- Loops - List all pilots of those ships +- Print - Output must be human-readable --- ### Usage - Clone this repo to your local computer using `git clone https://github.com/Code-Club-Crew/challenge1.git`.