cypherpunkengineering / cypherpunk-browser-extension

Cypherpunk Privacy proxy webextension for Chrome / Firefox
0 stars 0 forks source link

Replace hard-coded regions with /location/world API #1

Open wiz opened 7 years ago

wiz commented 7 years ago

GET /api/v0/location/world

{
  "region": {
    "NA": "North America",
    "SA": "Central & South America",
    "CR": "Caribbean",
    "OP": "Oceania & Pacific",
    "EU": "Europe",
    "ME": "Middle East",
    "AF": "Africa",
    "AS": "Asia & India Subcontinent",
    "DEV": "Development"
  },
  "regionOrder": [
    "DEV",
    "NA",
    "SA",
    "CR",
    "EU",
    "ME",
    "AF",
    "AS",
    "OP"
  ],
  "country": {
    "US": "United States",
    "CA": "Canada",
    "MX": "Mexico",
    "AR": "Argentina",
    "BR": "Brazil",
    "CL": "Chile",
    "CO": "Colombia",
    "CR": "Costa Rica",
    "EC": "Ecuador",
    "GT": "Guatemala",
    "PA": "Panama",
    ...
    }
}