cities icon indicating copy to clipboard operation
cities copied to clipboard

Lookup cities based on zipcodes or GPS coordinates

Results 8 cities issues
Sort by recently updated
recently updated
newest added

I have ran your update.js script. It took well over an hour. To save others time it would be beneficial to commit the updated with a new release. I have...

ran this cities.gps_lookup(40.570668,-74.61799) and got this: city: "Raritan" distance: 1.6409564465151485 latitude: "40.571302" longitude: "-74.63740" state: "New Jersey" state_abbr: "NJ" zipcode: "08869" resulting latitude and longitude is different from the passed...

this NJ coordinate did not return proper city and zip: city: "" distance: 3.0210747571303753 latitude: "40.542141" longitude: "-74.51377" state: "New Jersey" state_abbr: "NJ" zipcode: "088HH"

I am using function cities.zip_lookup() and passing zipCode 92603 which is zip code for Irvine, CA and it's returning me undefined.

For cities with more than 1 zipcode it should return all of those locations

Hi, I want to add other cities(cities of Iran) to this library, How can I do that? where can I find cities boundaries?

enhancement