Flight Tracker, a React based open source project.
-- Visit page --
- Airline information through:
- Airline IATA/ICAO 🛩️ - All* flights of the particular airline
- Arrival ICAO/IATA 🛬 - All* arriving flight to the airport
- Departure ICAO/IATA 🛫 - All* departing flights from the airport
- Flight information through:
- Flight ICAO/IATA
✈️ - Information* about the flight
- Flight ICAO/IATA
* listed in the airlabs.co database.
2. Generate AI prompts in Gemini 1.5 Flash Generative AI.
3. Get weather data for any location with Weatherapi.com
To run the documentation locally on your machine, you need Node.js installed on your computer.
Run these commands to set up the documentation:
git clone https://github.com/sudipta1254/flights
cd flights
npm install
When finished, run the command
npm start
It will automatically open a new browser window in your default browser at localhost:3000
.
This is an open source project. You can contribute in this project to make it better.