@hackoregon/component-library
Version:
Official repo for Hack Oregon React component library
89 lines (87 loc) • 4.49 kB
JavaScript
const cities = {
albuquerque: { name: "Albuquerque", state: "NM", path: "albuquerque" },
anchorage: { name: "Anchorage", state: "AK", path: "anchorage" },
atlanta: { name: "Atlanta", state: "GA", path: "atlanta" },
austin: { name: "Austin", state: "TX", path: "austin" },
baltimore: { name: "Baltimore", state: "MD", path: "baltimore" },
birmingham: { name: "Birmingham", state: "AL", path: "birmingham" },
boston: { name: "Boston", state: "MA", path: "boston" },
buffalo: { name: "Buffalo", state: "NY", path: "buffalo" },
charleston: { name: "Charleston", state: "SC", path: "charleston" },
charlotte: { name: "Charlotte", state: "NC", path: "charlotte" },
chicago: { name: "Chicago", state: "IL", path: "chicago" },
cleveland: { name: "Cleveland", state: "OH", path: "cleveland" },
"colorado springs": {
name: "Colorado Springs",
state: "CO",
path: "colorado-springs"
},
columbus: { name: "Columbus", state: "OH", path: "columbus" },
dallas: { name: "Dallas", state: "TX", path: "dallas" },
denver: { name: "Denver", state: "CO", path: "denver" },
detroit: { name: "Detroit", state: "MI", path: "detroit" },
"el paso": { name: "El Paso", state: "TX", path: "el-paso" },
fresno: { name: "Fresno", state: "CA", path: "fresno" },
"fort worth": { name: "Fort Worth", state: "TX", path: "ft-worth" },
hollywood: { name: "Hollywood", state: "CA", path: "hollywood" },
honolulu: { name: "Honolulu", state: "HI", path: "honolulu" },
houston: { name: "Houston", state: "TX", path: "houston" },
indianapolis: { name: "Indianapolis", state: "IN", path: "indianapolis" },
jacksonville: { name: "Jacksonville", state: "FL", path: "jacksonville" },
juneau: { name: "Juneau", state: "AK", path: "juneau" },
"kansas city": { name: "Kansas City", state: "KS", path: "kansas-city" },
"las vegas": { name: "Las Vegas", state: "NV", path: "las-vegas" },
"los angeles": { name: "Los Angeles", state: "CA", path: "los-angeles" },
louisville: { name: "Lousville", state: "KY", path: "louisville" },
memphis: { name: "Memphis", state: "TN", path: "memphis" },
miami: { name: "Miami", state: "FL", path: "miami" },
milwaukee: { name: "Milwaukee", state: "WI", path: "milwaukee" },
minneapolis: { name: "Minneapolis", state: "MN", path: "minneapolis" },
nashville: { name: "Nashville", state: "TN", path: "nashville" },
"new orleans": { name: "New Orleans", state: "LA", path: "new-orleans" },
"new york": { name: "New York", state: "NY", path: "new-york" },
"oklahoma city": {
name: "Oklahoma City",
state: "OK",
path: "oklahoma-city"
},
omaha: { name: "Omaha", state: "NE", path: "omaha" },
orlando: { name: "Orlando", state: "FL", path: "orlando" },
philadelphia: { name: "Philadelphia", state: "PA", path: "philadelphia" },
phoenix: { name: "Phoenix", state: "AZ", path: "phoenix" },
pittsburgh: { name: "Pittsburgh", state: "PA", path: "pittsburgh" },
portland: { name: "Portland", state: "OR", path: "portland" },
pdx: { name: "Portland", state: "OR", path: "portland" },
raleigh: { name: "Raleigh", state: "NC", path: "raleigh" },
sacramento: { name: "Sacramento", state: "CA", path: "sacramento" },
"san antonio": { name: "San Antonio", state: "TX", path: "san-antonio" },
"san diego": { name: "San Diego", state: "CA", path: "san-diego" },
"san francisco": {
name: "San Francisco",
state: "CA",
path: "san-francisco"
},
savannah: { name: "Savannah", state: "GA", path: "savannah" },
seattle: { name: "Seattle", state: "WA", path: "seattle" },
"sioux falls": { name: "Sioux Falls", state: "SD", path: "sioux-falls" },
"st. louis": { name: "St. Louis", state: "MO", path: "st-louis" },
"st louis": { name: "St. Louis", state: "MO", path: "st-louis" },
"st. paul": { name: "St. Louis", state: "MN", path: "st-paul" },
"st paul": { name: "St. Louis", state: "MN", path: "st-paul" },
tampa: { name: "Tampa", state: "FL", path: "tampa" },
"virginia beach": {
name: "Virginia Beach",
state: "VA",
path: "virginia-beach"
},
washington: { name: "Washington D.C.", state: "DC", path: "washington" },
"washington dc": { name: "Washington D.C.", state: "DC", path: "washington" },
"washington d.c.": {
name: "Washington D.C.",
state: "DC",
path: "washington"
},
dc: { name: "Washington D.C.", state: "DC", path: "washington" },
wichita: { name: "Wichita", state: "KS", path: "wichita" }
};
export { cities as default };