
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
flight-stream
Advanced tools
This is a readable stream in objectMode that will provide flight information near your area matching certain conditions. By default it looks for A380s near Heathrow airport.
The library exposes only a readable stream that you may use however you like. The helper file irc.js uses it to pipe the information to an IRC channel via irc-stream.
Here is a simple way to just dump all matching planes spotted to console:
var config = {
location: {
latitude: 51.5083818,
longitude: -0.5596166
},
maxDistance: 5*1000
};
var PlaneStream = require('plane-stream');
new PlaneStream(config).on('data', function (plane) {
console.log("%j", plane);
});
For the config object, the only thing you need to set is your location. But additionally you can set:
aircraft if want to filter by a single aircraft using ICAO codesmaxDistance the size of the bounding box to search for planes in metersmaxAltitude of a plane in feetclockShift if you would not want to use relative north for direction outputthrottleInterval in seconds if you feel you get too many updatesMIT-Licensed. See LICENSE file for details.
FAQs
A readable stream that tracks nearby aircrafts
We found that flight-stream demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.