https://github.com/kevinnovak/time-zone-picker
Web app - Find your time zone!
https://github.com/kevinnovak/time-zone-picker
Last synced: about 1 year ago
JSON representation
Web app - Find your time zone!
- Host: GitHub
- URL: https://github.com/kevinnovak/time-zone-picker
- Owner: KevinNovak
- License: mit
- Created: 2020-05-27T02:17:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T18:36:21.000Z (about 2 years ago)
- Last Synced: 2025-02-14T00:47:13.664Z (over 1 year ago)
- Language: HTML
- Homepage: https://zones.arilyn.cc/
- Size: 980 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Time Zone Picker
**Web app** - Find your time zone!
Visit the following link to find your time zone:
https://zones.arilyn.cc/

## References
Software/tools used to make this project:
- [Timezone Boundary Builder](https://github.com/evansiroky/timezone-boundary-builder) by [evansiroky](https://github.com/evansiroky) - A tool to extract data from Open Street Map (OSM) to build the boundaries of the world's timezones.
- [Mapshaper](https://github.com/mbloch/mapshaper) by [@mbloch](https://github.com/mbloch) - Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files.
- [Leaflet](https://github.com/Leaflet/Leaflet) by [Leaflet](https://github.com/Leaflet) - JavaScript library for mobile-friendly interactive maps.
- [OpenStreetMap](https://www.openstreetmap.org/copyright) - A free, open geographic database updated and
maintained by a community of volunteers via open collaboration.
Originally inspired by:
- [timezone-picker](https://github.com/kevalbhatt/timezone-picker) by [kevalbhatt](https://github.com/kevalbhatt) - A JavaScript plugin to select time zones using a world map.