https://github.com/zebpalmer/WeatherAlerts
Python script to parse the National Weather Service 'Cap' Alerts Feed and do interesting things with it.
https://github.com/zebpalmer/WeatherAlerts
weather weather-api
Last synced: 11 months ago
JSON representation
Python script to parse the National Weather Service 'Cap' Alerts Feed and do interesting things with it.
- Host: GitHub
- URL: https://github.com/zebpalmer/WeatherAlerts
- Owner: zebpalmer
- License: mit
- Created: 2011-12-12T05:00:11.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2020-02-11T04:33:51.000Z (over 6 years ago)
- Last Synced: 2024-09-30T08:08:21.627Z (over 1 year ago)
- Topics: weather, weather-api
- Language: Python
- Homepage:
- Size: 754 KB
- Stars: 31
- Watchers: 8
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
=====================
WeatherAlerts README
=====================
.. image:: https://badges.gitter.im/zebpalmer/WeatherAlerts.svg
:alt: Join the chat at https://gitter.im/zebpalmer/WeatherAlerts
:target: https://gitter.im/zebpalmer/WeatherAlerts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
.. image:: https://travis-ci.org/zebpalmer/WeatherAlerts.svg?branch=master
:target: https://travis-ci.org/zebpalmer/WeatherAlerts
2017 PROJECT STATUS
===================
This package is old and in need of TLC but, surprisingly, I continue to get questions about it. So,
I'm finally going to revamp it. I actually started that last year, but life (toddler) didn't seem to let me finish it.
If you're interested in the future of this project, want to help, or have questions --
join the gitter.im chat via the link above.
Compatability Update
---------------------
If you are using this package currently, you'll want to pin the version you have in your project. Future versions will
not work with the 0.4.x API (sorry). I'm also dropping support for python 2.6, or rather, I'm no longer testing for
python versions prior to 2.7 (specifically 2.7.11).
Supported python versions: 2.7, 3.5, 3.6
Documentation
==============
Please see http://weatheralerts.readthedocs.org for documentation
This project lives at `github.com/zebpalmer/WeatherAlerts `_
License
---------
MIT
Install
---------
You can download and install/upgrade via PIP by runing: ``pip install -U weatheralerts``