Skip to content

Instantly share code, notes, and snippets.

View vitalii-z8i's full-sized avatar

Vitalii vitalii-z8i

View GitHub Profile
@vitalii-z8i
vitalii-z8i / cities-counties-by-zip.json
Created August 11, 2017 08:42
List of cities and Counties by ZIp Codes
This file has been truncated, but you can view the full file.
{
"10001": {
"City": "New York",
"ST": "NY",
"County": "New York"
},
"10002": {
"City": "New York",
"ST": "NY",
"County": "New York"
@vitalii-z8i
vitalii-z8i / counties_list.json
Created August 10, 2017 11:35
A Complete list on US counties (With state) in JSON format
[
{
"County": "Autauga County",
"State": "Alabama"
},
{
"County": "Baldwin County",
"State": "Alabama"
},
{