Search code examples
c#rssweatherzipcode

Get location name by giving ZIP codes


I need to display the location and city name when a user enters a ZIP Code. How do I get the corresponding location names?


Solution

  • I would use a website like

    http://www.zipinfo.com/search/zipcode.htm

    and just send the zipcode to that, retrieve the input, parse for the city name, easy as that.