Comparing version 0.1.9 to 0.2.0
@@ -0,0 +0,0 @@ /** |
@@ -15,3 +15,3 @@ { | ||
"homepage": "https://github.com/justin-john/node-timezone", | ||
"version": "0.1.9", | ||
"version": "0.2.0", | ||
"author": { | ||
@@ -36,2 +36,5 @@ "name": "Justin John Mathews", | ||
"main": "./lib/timezone", | ||
"scripts": { | ||
"test": "node ./test/test" | ||
}, | ||
"dependencies": {}, | ||
@@ -38,0 +41,0 @@ "devDependencies": {}, |
node-timezone | ||
============= | ||
[![build status](https://secure.travis-ci.org/justin-john/node-timezone.png)](http://travis-ci.org/justin-john/node-timezone) | ||
[![Build Status](https://travis-ci.org/justin-john/node-timezone.svg?branch=master)](https://travis-ci.org/justin-john/node-timezone) | ||
Node.js client library for accessing [Google Time Zone API](https://developers.google.com/maps/documentation/timezone). | ||
@@ -33,3 +32,3 @@ It provides time offset data for locations on the surface of the earth. | ||
``` | ||
#####Response data: | ||
##### Response data: | ||
{ | ||
@@ -81,3 +80,3 @@ "dstOffset" : 0.0, | ||
Copyright (c) 2013-2014 Justin John Mathews <justinjohnmathews@gmail.com> | ||
Copyright (c) 2013-2018 Justin John Mathews <justinjohnmathews@gmail.com> | ||
@@ -84,0 +83,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
8418
114
4
86