flyTrack
flyTrack is a Node.JS module for tracking flights and more with a simple ApiKey from Aviation Edge.
Installation
Use the node package manager npm to install flyTrack.
npm i flytrack
Usage
var flytrack = require('flytrack');
flytrack.allglobalflightinfo('apikeyhere').then(flightinfo=> console.log(flightinfo))
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
See contributing for more info. (W.I.P.)
License
MIT