Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

flight-recorder-manufacturers

Turbo875.7kMIT2.0.0

Flight Recorder Manufacturers and their assigned IGC codes

fai, flight, flying, gliding, igc, recorder

readme

flight-recorder-manufacturers

Build Status

Flight Recorder Manufacturers and their assigned IGC codes

Install

npm install --save flight-recorder-manufacturers

or using yarn:

yarn add flight-recorder-manufacturers

Usage

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'); // -> XCSoar

License

flight-recorder-manufacturers is licensed under the MIT License.

changelog

v2.0.0 (2021-04-30)

:boom: Breaking Change

:rocket: Enhancement

:house: Internal

Committers: 2

v1.1.0 (2018-05-16)

:rocket: Enhancement

:house: Internal

  • #7 package.json: Add engines declaration (@Turbo87)

Committers: 1