flightnethelper
v1.0.1
Published
A npm package that is meant to help a client connecting to flightnet.
Readme
usage:
import { FlightnetPredictions } from "flightnethelper";
const predictions = new FlightnetPredictions("ws://localhost:9080");
setInterval(() => { if (predictions.data) { // predictions.data is the 24data { "t": "ACFT_DATA", d: { } } } }, 200);
