flight-recorder-manufacturers
v2.0.0
Published
Flight Recorder Manufacturers and their assigned IGC codes
Downloads
3,210
Maintainers
Readme
flight-recorder-manufacturers
Flight Recorder Manufacturers and their assigned IGC codes
Install
npm install --save flight-recorder-manufacturersor using yarn:
yarn add flight-recorder-manufacturersUsage
const MANUFACTURERS = require('flight-recorder-manufacturers');
for (let manufacturer of MANUFACTURERS) {
console.log(manufacturer.name);
}const lookup = require('flight-recorder-manufacturers/lookup');
lookup('V'); // -> LXNAV
lookup('FLA'); // -> Flarm
lookup('XCS'); // -> XCSoarLicense
flight-recorder-manufacturers is licensed under the MIT License.
