flight-recorder-manufacturers

Flight Recorder Manufacturers and their assigned IGC codes

Usage no npm install needed!

<script type="module">
  import flightRecorderManufacturers from 'https://cdn.skypack.dev/flight-recorder-manufacturers';
</script>

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.