Console application for calculating required number of stops to resupply that the starship need to take for the given distance.
When the aplication starts you will be prompted to enter the distance. After entering the distance the application will connect to the swapi.co and download all available starships. The results will be given for all the ships that have a known speed in MGLT. Others will be listed as unsuported.
To close the application just write the "exit" command.
- .NET Framework 4.7.2
- C# 7.3
All the unit tests can be found in the solution.