Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 626 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 626 Bytes

ISS Spotter

(Work in progress)

🛰 simple web app to see the current position of the ISS on a world map. iss spotter screenshot The position gets updated automatically every five seconds.

Getting started

  1. Clone this repo

git clone https://github.com/hucki/iss-spotter.git

  1. install the dependencies

npm install

  1. start the iss-spotter

npm start

  1. Look! It's moving 🛰

Tasks

  • add ISS Icon
  • add a trail to the ISS to highlight its route
  • overlay night/day change on map
  • show additional info (i.e. how many astronauts are on board?)