Last active
January 5, 2021 17:47
-
-
Save richsoni/37c6743eb8d1d25d8e509eb9efdd6cf7 to your computer and use it in GitHub Desktop.
WeWork Mock City Data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.cityData = [ | |
{name: "Abu Dhabi", country: "United Arab Emirates"}, | |
{name: "Amsterdam", country: "Netherlands"}, | |
{name: "Atlanta", country: "United States"}, | |
{name: "Austin", country: "United States"}, | |
{name: "Bangkok", country: "Thailand"}, | |
{name: "Barcelona", country: "Spain"}, | |
{name: "Barranquilla", country: "Colombia"}, | |
{name: "Be'er Sheva", country: "Israel"}, | |
{name: "Beijing", country: "Greater China"}, | |
{name: "Belo Horizonte", country: "Brazil"}, | |
{name: "Bengaluru", country: "India"}, | |
{name: "Berlin", country: "Germany"}, | |
{name: "Birmingham", country: "United Kingdom"}, | |
{name: "Bogotá", country: "Colombia"}, | |
{name: "Boston", country: "United States"}, | |
{name: "Brisbane", country: "Australia"}, | |
{name: "Brussels", country: "Belgium"}, | |
{name: "Buenos Aires", country: "Argentina"}, | |
{name: "Busan", country: "South Korea"}, | |
{name: "Calgary", country: "Canada"}, | |
{name: "Cambridge", country: "United Kingdom"}, | |
{name: "Cape Town", country: "South Africa"}, | |
{name: "Chengdu", country: "Greater China"}, | |
{name: "Chicago", country: "United States"}, | |
{name: "Cologne", country: "Germany"}, | |
{name: "Denver", country: "United States"}, | |
{name: "Detroit", country: "United States"}, | |
{name: "Dubai", country: "United Arab Emirates"}, | |
{name: "Dublin", country: "Ireland"}, | |
{name: "Edinburgh", country: "United Kingdom"}, | |
{name: "Frankfurt", country: "Germany"}, | |
{name: "Fukuoka", country: "Japan"}, | |
{name: "Guadalajara", country: "Mexico"}, | |
{name: "Guangzhou", country: "Greater China"}, | |
{name: "Gurugram", country: "India"}, | |
{name: "Haifa", country: "Israel"}, | |
{name: "Hamburg", country: "Germany"}, | |
{name: "Hangzhou", country: "Greater China"}, | |
{name: "Herzliya", country: "Israel"}, | |
{name: "Ho Chi Minh City", country: "Vietnam"}, | |
{name: "Hong Kong", country: "Greater China"}, | |
{name: "Houston", country: "United States"}, | |
{name: "Hyderabad", country: "India"}, | |
{name: "Jakarta", country: "Indonesia"}, | |
{name: "Jerusalem", country: "Israel"}, | |
{name: "Johannesburg", country: "South Africa"}, | |
{name: "Kobe", country: "Japan"}, | |
{name: "Kuala Lumpur", country: "Malaysia"}, | |
{name: "Las Vegas", country: "United States"}, | |
{name: "Lima", country: "Peru"}, | |
{name: "London", country: "United Kingdom"}, | |
{name: "Los Angeles", country: "United States"}, | |
{name: "Madrid", country: "Spain"}, | |
{name: "Manchester", country: "United Kingdom"}, | |
{name: "Manila", country: "Philippines"}, | |
{name: "Medellín", country: "Colombia"}, | |
{name: "Melbourne", country: "Australia"}, | |
{name: "Mexico City", country: "Mexico"}, | |
{name: "Miami", country: "United States"}, | |
{name: "Milan", country: "Italy"}, | |
{name: "Minneapolis", country: "United States"}, | |
{name: "Monterrey", country: "Mexico"}, | |
{name: "Montreal", country: "Canada"}, | |
{name: "Moscow", country: "Russia"}, | |
{name: "Mumbai", country: "India"}, | |
{name: "Munich", country: "Germany"}, | |
{name: "NCR Delhi", country: "India"}, | |
{name: "Nagoya", country: "Japan"}, | |
{name: "Nanjing", country: "Greater China"}, | |
{name: "Nashville", country: "United States"}, | |
{name: "New York City", country: "United States"}, | |
{name: "Osaka", country: "Japan"}, | |
{name: "Oslo", country: "Norway"}, | |
{name: "Paris", country: "France"}, | |
{name: "Perth", country: "Australia"}, | |
{name: "Petah Tikva", country: "Israel"}, | |
{name: "Philadelphia", country: "United States"}, | |
{name: "Phoenix", country: "United States"}, | |
{name: "Portland", country: "United States"}, | |
{name: "Porto Alegre", country: "Brazil"}, | |
{name: "Prague", country: "Czech Republic"}, | |
{name: "Pune", country: "India"}, | |
{name: "Rio de Janeiro", country: "Brazil"}, | |
{name: "Sacramento", country: "United States"}, | |
{name: "Salt Lake City", country: "United States"}, | |
{name: "San Diego", country: "United States"}, | |
{name: "San José", country: "Costa Rica"}, | |
{name: "Santiago de Chile", country: "Chile"}, | |
{name: "Seattle", country: "United States"}, | |
{name: "Sendai", country: "Japan"}, | |
{name: "Seoul", country: "South Korea"}, | |
{name: "Shanghai", country: "Greater China"}, | |
{name: "Shenzhen", country: "Greater China"}, | |
{name: "Singapore", country: "Singapore"}, | |
{name: "Stockholm", country: "Sweden"}, | |
{name: "Suzhou", country: "Greater China"}, | |
{name: "Sydney", country: "Australia"}, | |
{name: "São Paulo", country: "Brazil"}, | |
{name: "Taipei", country: "Greater China"}, | |
{name: "Tampa", country: "United States"}, | |
{name: "Tel Aviv", country: "Israel"}, | |
{name: "Tokyo", country: "Japan"}, | |
{name: "Toronto", country: "Canada"}, | |
{name: "Vancouver", country: "Canada"}, | |
{name: "Warsaw", country: "Poland"}, | |
{name: "Washington, D.C.", country: "United States"}, | |
{name: "Wuhan", country: "Greater China"}, | |
{name: "Xi'An", country: "Greater China"}, | |
{name: "Yokohama", country: "Japan"} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name":"Abu Dhabi", | |
"country":"United Arab Emirates" | |
}, | |
{ | |
"name":"Amsterdam", | |
"country":"Netherlands" | |
}, | |
{ | |
"name":"Atlanta", | |
"country":"United States" | |
}, | |
{ | |
"name":"Austin", | |
"country":"United States" | |
}, | |
{ | |
"name":"Bangkok", | |
"country":"Thailand" | |
}, | |
{ | |
"name":"Barcelona", | |
"country":"Spain" | |
}, | |
{ | |
"name":"Barranquilla", | |
"country":"Colombia" | |
}, | |
{ | |
"name":"Be'er Sheva", | |
"country":"Israel" | |
}, | |
{ | |
"name":"Beijing", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Belo Horizonte", | |
"country":"Brazil" | |
}, | |
{ | |
"name":"Bengaluru", | |
"country":"India" | |
}, | |
{ | |
"name":"Berlin", | |
"country":"Germany" | |
}, | |
{ | |
"name":"Birmingham", | |
"country":"United Kingdom" | |
}, | |
{ | |
"name":"Bogotá", | |
"country":"Colombia" | |
}, | |
{ | |
"name":"Boston", | |
"country":"United States" | |
}, | |
{ | |
"name":"Brisbane", | |
"country":"Australia" | |
}, | |
{ | |
"name":"Brussels", | |
"country":"Belgium" | |
}, | |
{ | |
"name":"Buenos Aires", | |
"country":"Argentina" | |
}, | |
{ | |
"name":"Busan", | |
"country":"South Korea" | |
}, | |
{ | |
"name":"Calgary", | |
"country":"Canada" | |
}, | |
{ | |
"name":"Cambridge", | |
"country":"United Kingdom" | |
}, | |
{ | |
"name":"Cape Town", | |
"country":"South Africa" | |
}, | |
{ | |
"name":"Chengdu", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Chicago", | |
"country":"United States" | |
}, | |
{ | |
"name":"Cologne", | |
"country":"Germany" | |
}, | |
{ | |
"name":"Denver", | |
"country":"United States" | |
}, | |
{ | |
"name":"Detroit", | |
"country":"United States" | |
}, | |
{ | |
"name":"Dubai", | |
"country":"United Arab Emirates" | |
}, | |
{ | |
"name":"Dublin", | |
"country":"Ireland" | |
}, | |
{ | |
"name":"Edinburgh", | |
"country":"United Kingdom" | |
}, | |
{ | |
"name":"Frankfurt", | |
"country":"Germany" | |
}, | |
{ | |
"name":"Fukuoka", | |
"country":"Japan" | |
}, | |
{ | |
"name":"Guadalajara", | |
"country":"Mexico" | |
}, | |
{ | |
"name":"Guangzhou", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Gurugram", | |
"country":"India" | |
}, | |
{ | |
"name":"Haifa", | |
"country":"Israel" | |
}, | |
{ | |
"name":"Hamburg", | |
"country":"Germany" | |
}, | |
{ | |
"name":"Hangzhou", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Herzliya", | |
"country":"Israel" | |
}, | |
{ | |
"name":"Ho Chi Minh City", | |
"country":"Vietnam" | |
}, | |
{ | |
"name":"Hong Kong", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Houston", | |
"country":"United States" | |
}, | |
{ | |
"name":"Hyderabad", | |
"country":"India" | |
}, | |
{ | |
"name":"Jakarta", | |
"country":"Indonesia" | |
}, | |
{ | |
"name":"Jerusalem", | |
"country":"Israel" | |
}, | |
{ | |
"name":"Johannesburg", | |
"country":"South Africa" | |
}, | |
{ | |
"name":"Kobe", | |
"country":"Japan" | |
}, | |
{ | |
"name":"Kuala Lumpur", | |
"country":"Malaysia" | |
}, | |
{ | |
"name":"Las Vegas", | |
"country":"United States" | |
}, | |
{ | |
"name":"Lima", | |
"country":"Peru" | |
}, | |
{ | |
"name":"London", | |
"country":"United Kingdom" | |
}, | |
{ | |
"name":"Los Angeles", | |
"country":"United States" | |
}, | |
{ | |
"name":"Madrid", | |
"country":"Spain" | |
}, | |
{ | |
"name":"Manchester", | |
"country":"United Kingdom" | |
}, | |
{ | |
"name":"Manila", | |
"country":"Philippines" | |
}, | |
{ | |
"name":"Medellín", | |
"country":"Colombia" | |
}, | |
{ | |
"name":"Melbourne", | |
"country":"Australia" | |
}, | |
{ | |
"name":"Mexico City", | |
"country":"Mexico" | |
}, | |
{ | |
"name":"Miami", | |
"country":"United States" | |
}, | |
{ | |
"name":"Milan", | |
"country":"Italy" | |
}, | |
{ | |
"name":"Minneapolis", | |
"country":"United States" | |
}, | |
{ | |
"name":"Monterrey", | |
"country":"Mexico" | |
}, | |
{ | |
"name":"Montreal", | |
"country":"Canada" | |
}, | |
{ | |
"name":"Moscow", | |
"country":"Russia" | |
}, | |
{ | |
"name":"Mumbai", | |
"country":"India" | |
}, | |
{ | |
"name":"Munich", | |
"country":"Germany" | |
}, | |
{ | |
"name":"NCR Delhi", | |
"country":"India" | |
}, | |
{ | |
"name":"Nagoya", | |
"country":"Japan" | |
}, | |
{ | |
"name":"Nanjing", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Nashville", | |
"country":"United States" | |
}, | |
{ | |
"name":"New York City", | |
"country":"United States" | |
}, | |
{ | |
"name":"Osaka", | |
"country":"Japan" | |
}, | |
{ | |
"name":"Oslo", | |
"country":"Norway" | |
}, | |
{ | |
"name":"Paris", | |
"country":"France" | |
}, | |
{ | |
"name":"Perth", | |
"country":"Australia" | |
}, | |
{ | |
"name":"Petah Tikva", | |
"country":"Israel" | |
}, | |
{ | |
"name":"Philadelphia", | |
"country":"United States" | |
}, | |
{ | |
"name":"Phoenix", | |
"country":"United States" | |
}, | |
{ | |
"name":"Portland", | |
"country":"United States" | |
}, | |
{ | |
"name":"Porto Alegre", | |
"country":"Brazil" | |
}, | |
{ | |
"name":"Prague", | |
"country":"Czech Republic" | |
}, | |
{ | |
"name":"Pune", | |
"country":"India" | |
}, | |
{ | |
"name":"Rio de Janeiro", | |
"country":"Brazil" | |
}, | |
{ | |
"name":"Sacramento", | |
"country":"United States" | |
}, | |
{ | |
"name":"Salt Lake City", | |
"country":"United States" | |
}, | |
{ | |
"name":"San Diego", | |
"country":"United States" | |
}, | |
{ | |
"name":"San José", | |
"country":"Costa Rica" | |
}, | |
{ | |
"name":"Santiago de Chile", | |
"country":"Chile" | |
}, | |
{ | |
"name":"Seattle", | |
"country":"United States" | |
}, | |
{ | |
"name":"Sendai", | |
"country":"Japan" | |
}, | |
{ | |
"name":"Seoul", | |
"country":"South Korea" | |
}, | |
{ | |
"name":"Shanghai", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Shenzhen", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Singapore", | |
"country":"Singapore" | |
}, | |
{ | |
"name":"Stockholm", | |
"country":"Sweden" | |
}, | |
{ | |
"name":"Suzhou", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Sydney", | |
"country":"Australia" | |
}, | |
{ | |
"name":"São Paulo", | |
"country":"Brazil" | |
}, | |
{ | |
"name":"Taipei", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Tampa", | |
"country":"United States" | |
}, | |
{ | |
"name":"Tel Aviv", | |
"country":"Israel" | |
}, | |
{ | |
"name":"Tokyo", | |
"country":"Japan" | |
}, | |
{ | |
"name":"Toronto", | |
"country":"Canada" | |
}, | |
{ | |
"name":"Vancouver", | |
"country":"Canada" | |
}, | |
{ | |
"name":"Warsaw", | |
"country":"Poland" | |
}, | |
{ | |
"name":"Washington, D.C.", | |
"country":"United States" | |
}, | |
{ | |
"name":"Wuhan", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Xi'An", | |
"country":"Greater China" | |
}, | |
{ | |
"name":"Yokohama", | |
"country":"Japan" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment