/issviewer

Spot the International Space Station

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ISS Viewer

Track the International Space Station and get pass predictions.

screenshot

screenshot 2

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.

Dependencies

Building

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