-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add list of timezone lookup libraries to the README #30
Comments
FYI - I've updated the StackOverflow page on this as well. |
Nice! I do know that https://github.com/darkskyapp/tz-lookup/ also uses this project's data. |
Cool. Added it. |
I just built https://timezones-api.now.sh/timezones/by_point using this data. I have an extensive write-up describing how I built it here: https://simonwillison.net/2017/Dec/12/building-a-location-time-zone-api/ |
Here's an example of a page that renders one of the shapes using Leaflet and GeoJSON: https://timezones-api.now.sh/timezones-4fbc08f/timezones/342 |
I needed to lookup the timezone based on GPS coordinates in an embedded system. I did not find a C/C++ library so I made my own: https://github.com/BertoldVdb/ZoneDetect |
No description provided.
The text was updated successfully, but these errors were encountered: