flight-recorder-manufacturers

2.0.0 • Public • Published

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.

Package Sidebar

Install

npm i flight-recorder-manufacturers

Weekly Downloads

148

Version

2.0.0

License

MIT

Unpacked Size

6.56 kB

Total Files

6

Last publish

Collaborators

  • turbo87