feat(*): Handle user postal code input

This commit is contained in:
Josh Creek
2021-05-23 21:39:17 +01:00
parent feb1fbf282
commit b2e84c86e4
+3
View File
@@ -43,6 +43,9 @@ namespace CityFinder
InitialSetup();
string countryInput = GetUserCountryInput();
Console.WriteLine("Enter a zip/postal code:");
string postalCodeInput = Console.ReadLine();
/// <summary>
/// This method sets up the json config file and sets the user-agent header on the HttpClient.
/// </summary>