https://github.com/zachomedia/alerts-canada
Java library and web application for receiving and displaying alerts issued through the National Alert Aggregation and Dissemination System.
https://github.com/zachomedia/alerts-canada
Last synced: 10 months ago
JSON representation
Java library and web application for receiving and displaying alerts issued through the National Alert Aggregation and Dissemination System.
- Host: GitHub
- URL: https://github.com/zachomedia/alerts-canada
- Owner: zachomedia
- License: mit
- Created: 2014-08-14T00:51:27.000Z (almost 12 years ago)
- Default Branch: development
- Last Pushed: 2014-09-15T13:58:24.000Z (over 11 years ago)
- Last Synced: 2025-08-09T22:22:19.990Z (10 months ago)
- Language: Java
- Homepage: http://alerts.zacharyseguin.ca
- Size: 2.28 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alerts Canada
**This set of components is still in the early stages of development.**
A set of components to receive, process and display alerts issued through the National [National Alert Aggregation & Dissemination System](https://alerts.pelmorex.com).
The most common alerts issued through this system are weather alerts issued by [Environment Canada](http://ec.gc.ca). Other public safety agencies in Canada have the authority to issue alerts through the system.
## Components
1. **Alerts Library**
Java library to receive and process alerts.
2. **Alerts API**
API returning active alerts in Canada.
3. **Alerts Web Application**
Web application to display active alerts across Canada.
## License
The MIT License (MIT)
Copyright (c) 2014 Zachary Seguin
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.