https://github.com/briandowns/heads-up
A simple example of using Tile38 to track the ISS and send notifications when it's overhead.
https://github.com/briandowns/heads-up
golang international-space-station tile38
Last synced: about 1 month ago
JSON representation
A simple example of using Tile38 to track the ISS and send notifications when it's overhead.
- Host: GitHub
- URL: https://github.com/briandowns/heads-up
- Owner: briandowns
- License: apache-2.0
- Created: 2018-09-02T15:17:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T00:22:25.000Z (over 6 years ago)
- Last Synced: 2025-04-11T02:07:52.986Z (about 1 month ago)
- Topics: golang, international-space-station, tile38
- Language: Go
- Homepage:
- Size: 64.5 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# heads-up
heads-up is a server that uses [Tile38](https://tile38.com) to store the location of the International Space Station and send notifications of when it will be over head.
## Requirements
* Tile38
## Build
```sh
make
```## Run
```sh
heads-up -t localhost:9851 -i 5 -s 5000 -l 33.4484,112.0740 -e https://locahost:9999/webhook
```## Notifications
Tile38 supports the following notifications, amungst others:
* http
* https
* grpc
* redis
* disque
* kafka
* amqp
* mqtt
* sqs
* natsA URL for the above notification types can be provied with the `-e` flag.