aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevansiroky <evan.siroky@yahoo.com>2018-04-16 10:53:02 -0700
committerevansiroky <evan.siroky@yahoo.com>2018-04-16 10:53:02 -0700
commit696904e3bdc5df37734d321e5500c2686673ab83 (patch)
treef2a39c9ad6d8ce7d4e1b699c1caee44f30e4af52
parent4dfb957ffdaeb60b8d823778bb79b414e6fe193b (diff)
downloadtimezone-boundary-builder-696904e3bdc5df37734d321e5500c2686673ab83.tar.gz
Add another lookup library and alphabetize by language
-rw-r--r--CHANGELOG.md6
-rw-r--r--README.md5
2 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3fbd496..a59b605 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## Unreleased
+
+### Other Changes
+
+* Added more libraries to list of lookup libraries using this project's data
+
## 2018d
### Zone Changes
diff --git a/README.md b/README.md
index 2e5372f..55dfdce 100644
--- a/README.md
+++ b/README.md
@@ -21,11 +21,12 @@ A few common languages already have libraries with an API that can be used to lo
| Library | Language |
| -- | -- |
| [ZoneDetect](https://github.com/BertoldVdb/ZoneDetect) | C |
+| [Timeshape](https://github.com/RomanIakovlev/timeshape) | Java |
| [node-geo-tz](https://github.com/evansiroky/node-geo-tz/) | JavaScript (node.js only) |
| [tz-lookup](https://github.com/darkskyapp/tz-lookup/) | JavaScript (node.js and in browser) |
-| [timezonefinder](https://github.com/MrMinimal64/timezonefinder) | Python |
| [GeoTimezone](https://github.com/mj1856/GeoTimeZone) | .NET |
-| [Timeshape](https://github.com/RomanIakovlev/timeshape) | Java |
+| [Geo-Timezone](https://github.com/minube/geo-timezone) | php |
+| [timezonefinder](https://github.com/MrMinimal64/timezonefinder) | Python |
Another common way to use the data for lookup purposes is to load the shapefile into a spatially-aware database. See this [blog post](https://simonwillison.net/2017/Dec/12/location-time-zone-api/) for an example of how that can be done.