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
- Host: GitHub
- URL: https://github.com/kubesail/spaceapp
- Owner: kubesail
- Created: 2019-02-01T19:57:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T19:28:35.000Z (over 6 years ago)
- Last Synced: 2025-07-18T18:47:25.217Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```