ZIPTASTIC.NET
A Class library for Ziptastic
Ziptastic!, is a powerful geodata web service provider. Allowing developers to expand postal codes to country, county, and state. We have open-sourced our .net class library - allowing any developer to quickly take advantage of Ziptastic!
Imports ZipTastic Dim myZips As New ZipTastic.getZipInfo Dim myZipCodeData As iZip = myZips.getZipData("06281", "US") MsgBox(myZipCodeData.City & " : " & myZipCodeData.State)
View on Github
Ziptastic is a service from getziptastic.com