An open API service indexing awesome lists of open source software.

https://github.com/kubesail/spaceapp

A demo application that records the location of the ISS every 3 seconds and renders an HTML map
https://github.com/kubesail/spaceapp

Last synced: 12 months ago
JSON representation

A demo application that records the location of the ISS every 3 seconds and renders an HTML map

Awesome Lists containing this project

README

          

# Space App

A sample deployable app for demonstrating the power of kubernetes. Live tracks and records the past few minutes of the space station's location data, and renders it to a map.

## Development

`yarn start`

## Deployment

`npx deploy-to-kube`

```
port: 8000
protocol: http
entrypoint: app/index.js
```