heads-up is a server that uses Tile38 to store the location of the International Space Station and send notifications of when it will be over head.
- Tile38
make
heads-up -t localhost:9851 -i 5 -s 5000 -l 33.4484,112.0740 -e https://locahost:9999/webhook
Tile38 supports the following notifications, amungst others:
- http
- https
- grpc
- redis
- disque
- kafka
- amqp
- mqtt
- sqs
- nats
A URL for the above notification types can be provied with the -e
flag.