Skip to content

Add City Name Location Lookup #32

Description

@MidnightJava

The following was submitted in a PR comment:

Enhancement: Support city names in addition to zip codes.

Current options:

lat_lon: [40.7128, -74.0060]
zip_info: ["10001", "US"]

Suggested addition:
city_info: ["Amsterdam", "NL"] # City name + country code

With the following priority order of location options:

1. lat_lon (explicit)
2. city_info (user-friendly)
3. zip_info (specific)
4. IP lookup (automatic fallback)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions