https://github.com/johnwalicki/node-red-severe-weather-alert-map
Severe Weather Alert Map Node-RED Dashboard using The Weather Company APIs
https://github.com/johnwalicki/node-red-severe-weather-alert-map
node-red-flow twc weather
Last synced: 2 months ago
JSON representation
Severe Weather Alert Map Node-RED Dashboard using The Weather Company APIs
- Host: GitHub
- URL: https://github.com/johnwalicki/node-red-severe-weather-alert-map
- Owner: johnwalicki
- License: apache-2.0
- Created: 2020-03-04T02:52:05.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T14:54:58.000Z (almost 4 years ago)
- Last Synced: 2024-12-25T20:11:45.994Z (4 months ago)
- Topics: node-red-flow, twc, weather
- Size: 346 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node-RED Severe Weather Alert Map
Build a Severe Weather Alert Map Node-RED Dashboard using The Weather Company APIsUse [The Weather Company APIs](https://www.ibm.com/products/weather-company-data-packages) to plot all of the current [Severe Weather Alerts](https://www.ibm.com/downloads/cas/XZWZ9K1V) issued by the [National Weather Service](https://www.weather.gov/alerts) on a [Node-RED](https://nodered.org) Dashboard
This example flow and Node-RED Dashboard might be useful as part of a [Call for Code](https://developer.ibm.com/callforcode/) solution. The Call for Code 2021 theme is to help reverse the impact of Climate Change.
Create additional Node-RED flows using the [node-red-contrib-twc-weather](https://flows.nodered.org/node/node-red-contrib-twc-weather) package.
### Prerequistes
- [Install Node-RED](https://nodered.org/docs/getting-started/) on your system or in the cloud
- This flow requires Node-RED v1.1 or higher
- [Add the following nodes](https://nodered.org/docs/user-guide/runtime/adding-nodes) to your Node-RED palette
- [node-red-dashboard](https://flows.nodered.org/node/node-red-dashboard)
- [node-red-node-ui-table](https://flows.nodered.org/node/node-red-node-ui-table)
- [node-red-contrib-web-worldmap](https://flows.nodered.org/node/node-red-contrib-web-worldmap)
- If you are participating in the [2021 Call for Code](https://developer.ibm.com/callforcode/) you can [register](https://developer.ibm.com/callforcode/tools/weather/) for a time limited TWC API key.
- Learn more about the TWC APIs used in this Node-RED flow by reading the [TWC Severe Weather API documentation](https://ibm.co/v3WAHa)## Node-RED flow in this repository:
---
### A flow that displays Severe Weather Alerts on a map
Get the Code: Node-RED flow for Severe Weather Alerts
---### Authors
- [John Walicki](https://github.com/johnwalicki)
___
Enjoy! Give us [feedback](https://github.com/johnwalicki/Node-RED-Severe-Weather-Alert-Map/issues) if you have suggestions on how to improve this tutorial.
## License
This tutorial is licensed under the Apache Software License, Version 2. Separate third party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1 (DCO)](https://developercertificate.org/) and the [Apache Software License, Version 2](http://www.apache.org/licenses/LICENSE-2.0.txt).