Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.65 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.65 KB

Flight Tracker

Flight Tracker, a React based open source project.
-- Visit page --

About the project

In this application user can:

1. Track flights through:

  • 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

* 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

Documentation

To run the documentation locally on your machine, you need Node.js installed on your computer.

Running documentation locally

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.

Contributing

This is an open source project. You can contribute in this project to make it better.