You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alexey-yarmosh I'm wondering what the best source of data here would be. Using Geonames directly on the frontend doesn't seem like a good idea, but if we downloaded the cities500 file on the backend, that should cover anything relevant, and we could expose it via a dedicated endpoint.
The data on the backend would be relatively large for a basic .filter() but should be fine for an optimized in-memory search like this (or one of the similar packages).
No description provided.
The text was updated successfully, but these errors were encountered: