mirror of
https://github.com/jcreek/CityFinder.git
synced 2026-07-12 18:33:44 +00:00
feat(*): Handle user postal code input
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user