A scatter plot showing the realtime location of the International Space Station.
The Internation Space Station (ISS) was launched in 1998 and current orbits our planet 15.5 times a day at over 17,000 mph. This app shows the realtime latitude and longitude of the ISS. It is built with Node js, Vue js and Socket IO.
cd server
npm install
node index
(Runs on port 3000)
cd client
npm install
npm run serve