weather-yahoo-jp
Node.js library for getting weather info from yahoo.co.jp
Install
% npm i weather-yahoo-jp
Samples
Usage
Forcast
get forecast from webpage
var forecast = forecast; forecast ;
where: '神奈川県 東部(横浜)' today: text: '晴後曇' temperature: high: 7 low: 2 highDiff: 0 lowDiff: -1 date: Sun Jan 24 2016 00:00:00 GMT+ tomorrow: text: '晴時々曇' temperature: high: 8 low: 1 highDiff: 1 lowDiff: -1 date: Mon Jan 25 2016 00:00:00 GMT+ url: 'http://weather.yahoo.co.jp/weather/jp/14/4610.html'
YOLP
- Yahoo Open Local Platform 気象情報API
- http://developer.yahoo.co.jp/webapi/map/openlocalplatform/v1/weather.html
Register Your App to get APPID
% export YAHOO_APPID=a1b2cdef3456jkluiop
var Yolp = Yolp;var yolp = processenvYAHOO_APPID; var query = coordinates: 東京: "139.7667157,35.6810851" 京都: "135.7605917,35.0075224" 沖縄: "128.0150716,26.5918277" 新潟: "139.0618657,37.9123509" ; yolp ;
東京でもうすぐ雨が止みます
京都でもうすぐ雨が0.25降ります
沖縄は雨が1.65降っています
新潟は雨が降っていません