Add ability to test against Weather Underground

This commit is contained in:
Samer Albahra
2015-07-12 15:54:50 -05:00
parent ec2d681299
commit d832c61f0b
2 changed files with 63 additions and 10 deletions

View File

@@ -1,10 +1,32 @@
{
"01002": {
"scale": 83,
"restrict": 0,
"tz": 32,
"sunrise": 324,
"sunset": 1226,
"eip": 2130706433
"WSI": {
"01002": {
"scale": 83,
"restrict": 0,
"tz": 32,
"sunrise": 324,
"sunset": 1226,
"eip": 2130706433
}
},
"WU": {
"01002": {
"scale": 61,
"restrict": 0,
"tz": 32,
"sunrise": 324,
"sunset": 1228,
"eip": 2130706433
}
},
"noWeather": {
"01002": {
"scale": -1,
"restrict": 0,
"tz": 32,
"sunrise": 324,
"sunset": 1226,
"eip": 2130706433
}
}
}