mirror of
https://github.com/jcreek/CityFinder.git
synced 2026-07-13 02:43:44 +00:00
feat(*): Handle user postal code input
This commit is contained in:
@@ -43,6 +43,9 @@ namespace CityFinder
|
|||||||
InitialSetup();
|
InitialSetup();
|
||||||
|
|
||||||
string countryInput = GetUserCountryInput();
|
string countryInput = GetUserCountryInput();
|
||||||
|
|
||||||
|
Console.WriteLine("Enter a zip/postal code:");
|
||||||
|
string postalCodeInput = Console.ReadLine();
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// This method sets up the json config file and sets the user-agent header on the HttpClient.
|
/// This method sets up the json config file and sets the user-agent header on the HttpClient.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user