This is a tingbot app. this app displays the weather forecast for Japan.
You can set the city where you would like to know a weather forecast.
Create a settings.json with the following settings:
{
"city": ""
}
- Visit livedoor 天気情報 and select the city.
- Look the URL of the city page which you select. End number of the URL is city code.
- Set the city code to
city
attribute ofsettings.json
URL of Osaka's forecast page is as folows.
Then, Osaka's city code is 270000
.