/node-red-contrib-lwws

Node-RED node for Livedoor Weather Web Service.

Primary LanguageHTMLApache License 2.0Apache-2.0

node-red-contrib-lwws

A Node-RED node for Livedoor Weather Web Service.

This node provides pinpoint weather forecasts in Japan.

Install

cd ~/.node-red
npm install node-red-contrib-lwws

Usage

If this node is triggered, it returns an object including detail weather forecast in msg.payload. Format specification of the object is compatible with LSSW JSON data format.

A location of weather forecast is configurable with city ID from the node option. (Tokyo is configured by default)