Track the International Space Station and get pass predictions.
ISS Viewer predicts visible ISS passes for a given location and displays them on a map. You can also view the station's position in real time.
- Node.js
- Npm
- Redis server - used as a cache for API requests.
- Python 3
- PyEphem
npm install
npm run build
Run the app:
node app.js
It will create a server on localhost:3000. Make sure redis-server is running (otherwise the app will exit with an error).
Live version is at: issviewer.com