Manuelir / spaceappsvlc22

TRACK THE SPACE STATION IN 3D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📡 About ISS Tracking by Prueba Rana

This is a small project that makes use of the Three.js library to make use of 3D models and render them on the web. This application obtains the location data of the International Space Station (ISS) 🚀 and maps them in real time on the 3D model of the Earth.

Links

Setup

Download Node.js. Run this followed commands:

# update ubuntu
sudo apt update

# instal npm and node
sudo apt install nodejs npm
# Install dependencies (only the first time)
npm install

# Run the local server at localhost:3000
npm run start

3D Models Credits

Forked Project

About

TRACK THE SPACE STATION IN 3D

License:MIT License


Languages

Language:JavaScript 69.9%Language:HTML 28.0%Language:CSS 2.1%