Last active
August 27, 2018 20:00
-
-
Save mgdaily/f5dfb4047aaeb393bf1996f0823e1064 to your computer and use it in GitHub Desktop.
Example broker data for the TOM Toolkit's 'Creating an Alert Broker with the TOM Toolkit' Tutorial
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
[ | |
{ | |
"mag":8, | |
"dec":-20, | |
"id":1, | |
"ra":32, | |
"name":"Tatooine", | |
"timestamp":"08/27/18 15:43:47", | |
"score":20 | |
}, | |
{ | |
"mag":3, | |
"dec":50, | |
"id":2, | |
"ra":66, | |
"name":"Hoth", | |
"timestamp":"08/27/18 15:43:47", | |
"score":66 | |
}, | |
{ | |
"mag":5, | |
"dec":23, | |
"id":3, | |
"ra":44, | |
"name":"Yavin IV", | |
"timestamp":"08/27/18 15:43:47", | |
"score":44 | |
}, | |
{ | |
"mag":7, | |
"dec":-10, | |
"id":4, | |
"ra":74, | |
"name":"Endor", | |
"timestamp":"08/27/18 15:43:47", | |
"score":74 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment