mirror of
https://github.com/jcreek/CityFinder.git
synced 2026-07-12 18:33:44 +00:00
feat(*): Add a final readkey so users can see their results
This commit is contained in:
@@ -49,6 +49,12 @@ namespace CityFinder
|
||||
|
||||
// Get the city using an API call
|
||||
await GetCity(countryInput, postalCodeInput);
|
||||
|
||||
// Let the user read the results
|
||||
Console.WriteLine("Press any key to finish... ");
|
||||
Console.ReadKey();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// This method sets up the json config file and sets the user-agent header on the HttpClient.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user