Comparing version 0.0.4 to 0.0.5
@@ -5,12 +5,13 @@ { | ||
"keywords": [ | ||
"google", | ||
"timezone", | ||
"api", | ||
"latitude", | ||
"longitude", | ||
"coordinates", | ||
"timezoner", | ||
"Google Time Zone API" | ||
"timezoner" | ||
], | ||
"maintainers": "Justin John Mathews <justinjohnmathews@gmail.com>", | ||
"homepage": "https://github.com/justin-john/node-timezone", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": { | ||
@@ -17,0 +18,0 @@ "name": "Justin John Mathews", |
node-timezone | ||
============= | ||
Node.js client library for accessing [Google Time Zone API](https://developers.google.com/maps/documentation/timezone). | ||
Node.js client library for accessing [Google Time Zone API](https://developers.google.com/maps/documentation/timezone). It provides time offset data for locations on the surface of the earth. Requesting the time zone information for a specific Latitude/Longitude pair will return the name of that time zone, the time offset from UTC, and the Daylight Savings offset. | ||
@@ -6,0 +6,0 @@ ## Installation |
4927