go-challenge/jagestah
2018-10-15 16:12:20 -06:00
..
alternate Adding an alternative method for gathering information that uses less API calls 2018-10-15 16:12:20 -06:00
app.py Adding Jagestah 2018-10-04 09:51:10 -06:00
Dockerfile Adding Jagestah 2018-10-04 09:51:10 -06:00
README.md Adding Jagestah 2018-10-04 09:51:10 -06:00
requirements.txt Adding Jagestah 2018-10-04 09:51:10 -06:00

Purpose

Connect to the Star Wars API located at http://swapi.co and return a list of Starships that have a named pilots and then name those Pilots.

Directions

The Docker image has already been built and published to jagestah/swapitest

With docker installed on your system it should be as simple as docker run jagestah/swapitest

This Repo contains the documents used to build the Docker image