Updating README.md

This commit is contained in:
jagestah 2018-10-22 17:26:16 -06:00
parent 58451d96c0
commit eabf0d1839

View file

@ -1,6 +1,9 @@
## Challenge1 - Work with APIs and Libraries ## 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 ### Usage
- Clone this repo to your local computer using `git clone https://github.com/Code-Club-Crew/challenge1.git`. - Clone this repo to your local computer using `git clone https://github.com/Code-Club-Crew/challenge1.git`.