jw-weather
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "jw-weather", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Reader for various weather APIs", | ||
@@ -5,0 +5,0 @@ "main": "weather.js", |
23
test.js
@@ -54,2 +54,5 @@ function formatDate(fullDate, formatString) { | ||
var LAT = 38.90045212699474; | ||
var LONG = -77.03596056403421; | ||
var Weather = require('./weather'); | ||
@@ -60,5 +63,5 @@ | ||
provider: 'OpenWeatherMap', | ||
key: 'fc7de6e49882963c6e2e1fd03971f15e', | ||
latitude: 40.758556, | ||
longitude: -73.765434, | ||
key: '', | ||
latitude: LAT, | ||
longitude: LONG, | ||
celsius: false | ||
@@ -89,4 +92,4 @@ }); | ||
key: '', | ||
latitude: 40.758556, | ||
longitude: -73.765434, | ||
latitude: LAT, | ||
longitude: LONG, | ||
celsius: false | ||
@@ -118,4 +121,4 @@ }); | ||
key: '', | ||
latitude: 40.758556, | ||
longitude: -73.765434, | ||
latitude: LAT, | ||
longitude: LONG, | ||
celsius: false | ||
@@ -142,5 +145,5 @@ }); | ||
provider: 'weatherbit', | ||
key: '2580e980f1a54a23a02b9f163c305dda', | ||
latitude: 40.758556, | ||
longitude: -73.765434, | ||
key: '', | ||
latitude: LAT, | ||
longitude: LONG, | ||
celsius: false | ||
@@ -147,0 +150,0 @@ }); |
/* | ||
ver 2.1.2 | ||
-minor bugfix | ||
ver 2.1.1 | ||
@@ -3,0 +5,0 @@ -remove hard-coded key to weatherbit |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3627
130421