/flight-tracker

A flight tracker developed to archive flights for OSINT or data visualisation.

Primary LanguageJavaScript

flight-tracker

A flight tracker developed to archive flights for OSINT or data visualisation.

Libraries

Usage

To add a flight simply add a json entry in the data.json file located in the public folder:

{
        "planeImageUrl": "...",
        "planeImageCredits": "...",
        "trackerLink": "...",
        "flightNumber": "...",
        "planeType": "...",
        "operator": "...",
        "flightContext": "...",
        "date": "...",
        "registration": "...",
        "route": "...",
        "coordinates": [
            [
            ],
            [
            ]
        ]
    }