An open API service indexing awesome lists of open source software.

https://github.com/scriptlinestudios/flight-tracker


https://github.com/scriptlinestudios/flight-tracker

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Flight Tracker ✈︎

Get the current location of any plane located on a map



# 💬 About:

Every 10 seconds a call is made to the OpenSky Network API to retrive to longitude and latitude of the plane you are tracking. It then uses folium to plot those points on a map.

# 🔧 Setup:
Install the dependencies:

`python -m pip install -r requirements.txt`

# 🖥️ Usage:
Simply add the ICAO of the flight yout would like to track to the `config.py` file then run the file `run.py` and the website and traker will start.