Skip to content

pkrasicki/issviewer

This branch is 1 commit ahead of, 7 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2923df · Apr 29, 2022

History

44 Commits
Dec 2, 2020
Jan 22, 2020
Sep 25, 2019
Aug 18, 2020
Jun 29, 2020
Sep 25, 2019
Apr 29, 2022
Jun 10, 2021
Jun 27, 2020
Sep 16, 2020
Nov 30, 2020
Dec 2, 2020
Nov 29, 2020

Repository files navigation

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