Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.17 KB
# Flightradar24 Data Analyzer

This Python project retrieves and analyzes flight data from [flightradar24.com](https://www.flightradar24.com/). It displays the top 10 most watched flights and provides insights such as the most common departure and arrival cities.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Testing](#testing)
- [Contributing](#contributing)
- [License](#license)

## Installation

This project requires Python 3.6 or later. Clone the repository and install the dependencies with pip:

```sh
git clone https://github.com/atxtechbro/flightradar24.git
cd flightradar24
pip install -r requirements.txt

Usage

To run the flight data retriever, use the following command:

python src/flight_data_retriever.py

This will retrieve the flight data and display the analysis results in the console.

Testing

To run the unit tests, use the following command:

python -m unittest

Contributing

Contributions are welcome! Please read the contributing guidelines first.

License

This project is licensed under the terms of the MIT license. See the LICENSE file for details.