Flight Recorder Manufacturers and their assigned IGC codes
npm install flight-recorder-manufacturersflight-recorder-manufacturers
==============================================================================

Flight Recorder Manufacturers and their assigned IGC codes
Install
------------------------------------------------------------------------------
``bash`
npm install --save flight-recorder-manufacturers
or using yarn:
`bash`
yarn add flight-recorder-manufacturers
Usage
------------------------------------------------------------------------------
`js
const MANUFACTURERS = require('flight-recorder-manufacturers');
for (let manufacturer of MANUFACTURERS) {
console.log(manufacturer.name);
}
`
`js
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.