Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 913 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 913 Bytes

ISS Tracker

Track the International Space Station's real time position above the earth.

Deployed on GitHub Pages at https://therosbif.github.io/ISS_tracker/

Tech Stack

Prerequisites

Description

Map is updated every 3 seconds, making an API call to https://api.wheretheiss.at/v1/satellites/25544

A trail is left behind the Stations path.

Usage

Clone the repo:

git clone git@github.com:therosbif/ISS_tracker.git

Docker

docker-compose up --build

Local

nvm install v16.13.1 && nvm use v16.13.1

yarn

yarn start