dr5hn / countries-states-cities-database

🌍 Discover our global repository of countries, states, and cities! 🏙️ Get comprehensive data in JSON, SQL, PSQL, XML, YAML, and CSV formats. Access ISO2, ISO3 codes, country code, capital, native language, timezones (for countries), and more. #countries #states #cities
https://dr5hn.github.io/countries-states-cities-database/
Open Data Commons Open Database License v1.0
6.81k stars 2.44k forks source link

Can i have just the country, state, cities #774

Open devfemibadmus opened 2 months ago

devfemibadmus commented 2 months ago

just their names so i can use in html form selection

// Sample data for countries and their states
const countryData = {
  "USA": ["California", "New York", "Texas"],
  "Canada": ["Ontario", "Quebec", "Alberta"],
  // Add more countries and their states here as needed
};