Skip to content

nikolasgioannou/city-timezone-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

City → Timezone Search Index

Builds a small, fast JSON index for client-side city-to-timezone search.

  • Source: GeoNames cities15000.txt
  • Includes major cities + all country capitals
  • Joins country names
  • Normalizes names for easy search
  • Uses IANA timezones

Output shape (example):

{
  "id": "uuid",
  "city": "São Paulo",
  "country": "Brazil",
  "timezone": "America/Sao_Paulo",
  "search": "brazil sao paulo são paulo"
}

Output file:

cities100000_with_country.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages