Find a file
2018-10-12 13:18:52 -06:00
jagestah Adding Jagestah 2018-10-04 09:51:10 -06:00
subdirchris challenge1 completed 2018-10-12 13:18:52 -06:00
README.md Updating README.md 2018-10-04 09:45:14 -06:00

Challenge1

Using the Star Wars API create a formatted list of ships that have unique pilots and list those pilots.


Usage

  • Clone this repo to your local computer using git clone https://github.com/Code-Club-Crew/challenge1.git.
  • Create a new branch using git checkout -b <NEW-BRANCH>.
  • Add your own subfolder to the repo.
  • Add your files to the subfolder.

Language

User choice

Recommend Go or Python


Additional Resources

https://swapi.co/documentation

Check your language of choice for a supporting library.


Example Output

Millennium Falcon
	Chewbacca
	Han Solo
	Lando Calrissian
	Nien Nunb
X-wing
	Luke Skywalker
	Biggs Darklighter
	Wedge Antilles
	Jek Tono Porkins
TIE Advanced x1
	Darth Vader
Slave 1
	Boba Fett
Imperial shuttle
	Luke Skywalker
	Chewbacca
	Han Solo
A-wing
	Arvel Crynyd
Naboo fighter
	Anakin Skywalker
	Gregar Typho
	Padmé Amidala
Naboo Royal Starship
	Ric Olié
Scimitar
	Darth Maul
Jedi starfighter
	Obi-Wan Kenobi
	Plo Koon
H-type Nubian yacht
	Padmé Amidala
Trade Federation cruiser
	Obi-Wan Kenobi
	Anakin Skywalker
T-70 X-wing fighter
	Poe Dameron
Naboo star skiff
	Obi-Wan Kenobi
	Padmé Amidala
Jedi Interceptor
	Obi-Wan Kenobi
	Anakin Skywalker
Belbullab-22 starfighter
	Obi-Wan Kenobi
	Grievous```