Skip to content
Snippets Groups Projects
Commit 9a4fa9b5 authored by Humaid Mustajab's avatar Humaid Mustajab
Browse files

update readme

parent 3e566fd9
No related branches found
No related tags found
No related merge requests found
# Starlink Tracker # Starlink Tracker
Project Description: ## Introduction
A project designed to collect and display data, such as the location (i.e. Latitude and Longitude), elevation, and speed, of individual satellites from the Starlink satellite constellation A project designed to collect and display data, such as the location (i.e. Latitude and Longitude), elevation, and speed, of individual satellites from the Starlink satellite constellation
The satellites are broken down into groups by their launch dates. Users have the option of visualizing this data in a detailed table format or on a globe map. In the map visualization, users The satellites are broken down into groups by their launch dates. Users have the option of visualizing this data in a detailed table format or on a globe map. In the map visualization, users
can select a single satellite to see it’s x,y,z coordinates as well as its corresponding x,y,z velocities. The map also includes a feature to track that satellite’s path. can select a single satellite to see it’s x,y,z coordinates as well as its corresponding x,y,z velocities. The map also includes a feature to track that satellite’s path.
## Installation ## Installation
Start by cloning this repository into a local folder. Clone repo into a local folder.
Install all the dependencies required by running Install dependencies
```bash ```bash
npm install && cd ../front-end && npm install npm install && cd ../front-end && npm install
``` ```
Run the Tracker
```bash
concurrently \"npm run server\" \"npm run client\"
```
## License ## License
MIT MIT
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment