A flight tracker developed to archive flights for OSINT or data visualisation.
mapbox-gl
: npm or Github repositoryreact
: npm or Github repositoryreact-calendar
: npm or Github repositoryreact-select
: npm or Github repositorytinygradient
: npm or Github repository
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": [
[
],
[
]
]
}