Last active
May 24, 2018 15:27
-
-
Save chrisnx/37bbf63eef692db57957ed1b0844e04c to your computer and use it in GitHub Desktop.
Test Alert For Cube Scraper
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"identifier": "cubetest30", | |
"description": "This is a test alert, please ignore!", | |
"severity": 4, | |
"certainty": 2, | |
"urgency": 3, | |
"event": "hurricane watch", | |
"region": { | |
"type": "Circle", | |
"radius": 20000, | |
"coordinates": [ | |
-122.3456919, | |
47.6288591 | |
] | |
}, | |
"marker": { | |
"type": "Point", | |
"coordinates": [ | |
-122.3456919, | |
47.6288591 | |
] | |
}, | |
"sent": "2018-05-24 15:36:00", | |
"effective": "2018-05-24 16:00:00", | |
"expires": "2018-05-24 23:00:00" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment