A new example of the easiness of Node-RED. I want to easily leverage an open API : OpenWeather to have access to weather forecast.
So, I have designed a custom node leveraging the API, and
that's it.My flow is very simple but I can easily reuse it for other
flows.
- Code of the flow: https://github.com/vperrinfr/node-RED/blob/master/Flows/OpenWeather.json
- Code of the custom node: https://github.com/vperrinfr/node-RED/tree/master/Nodes/OpenWeatherMap
No comments:
Post a Comment