node-planefinder
This is a node.js module that can get aircraft location information from planefinder.net.
Here's an example of how to use the library to track aircraft (this
code is available in bin/demo.js
):
planefinder = ;geolib = ; // Let's observe planes within 10 km of LAX airport. var laxCoords = latitude: 339471 longitude: -1184082;var maxDistance = 10000; // meters var bounds = geolib; var client = planefinder;client;client;
And here's what the output looks like:
$ npm install$ node bin/demo.js[