|
|
|
|
|
by davchana
1249 days ago
|
|
Thanks, on that day I already was playing with the api. Initially I had few bookmarks saved on my android home screen, for each city I was interested in weather forecast of. But soon there were total 4 cities; & their text size is too small, need to zoom. I slurped their json api & wrote this: https://spa.bydav.in/weather/ You need to add URL for each city you want to see weather, in Settings. All that data is saved in your device local storage. No funny trackers or home phone. You can also paste the following json in Settings > Text Area > Click Import JSON: [
{
"abb": "STK",
"full": "Stockton",
"url": "https://forecast.weather.gov/MapClick.php?lat=37.95&lon=-121.29&unit=0&lg=english&FcstType=json&TextType=1"
},
{
"abb": "SFO",
"full": "San Francisco",
"url": "https://forecast.weather.gov/MapClick.php?lat=37.7771&lon=-122.4197&unit=0&lg=english&FcstType=json&TextType=1"
}
]
|
|