-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
I occasionally need to track flight which a friend or family is taking.
Is it possible to provide an interface where I can provide one or more flight numbers (e.g. DAL668) and get their status ?
I do see there is
frApi.getFlightDetails(flight);
but it takes a 'flight' object which can be constructed by a id used by flight radar. However, most of the layman will know the flight number. It will be awesome if users can feed in one or more strings containing flight number (e.g. DAL668) and get the status of these flights.
If this feature is already implemented in current api, then I apologies, it is not obvious from documentation on how to do that. In that case, it will be appreciated if we can update the documents.
Metadata
Metadata
Assignees
Labels
No labels