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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    391
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    391
  • 1.1.0
    132
  • 1.0.1
    3
  • 1.0.0
    1

Package Sidebar

Install

npm i flight-recorder-manufacturers

Weekly Downloads

156

Version

2.0.0

License

MIT

Unpacked Size

6.56 kB

Total Files

6

Last publish

Collaborators

  • turbo87