aeroapps
aeroapps copied to clipboard
Getting started with FlightAware AeroAPI
Prevent duplicate alerts being created by sending a JSON message indicating that another alert is the same (based off of if the ident, dest, origin, and aircraft type are all...
Add endpoint to allow frontend to set PUT request to update alerts on AeroAPI, and add function to update the SQLite table accordingly. Changes begin at [06d71f8](https://github.com/flightaware/aeroapps/pull/15/commits/06d71f8631edb83c59baa365a18095fd2d6244f1) BCK-7009
Hey! I built my own flight api app here https://github.com/InfluxCommunity/Flight-Demo, and I was wondering if i could get it added to the repo? Its a full project that goes into...