@kernet/airports
v3.0.12
Published
This library of all internatinal airports.
Downloads
3
Readme
ℹ️️ Description
🔧 How to Install
Install using npm:
npm install @kernet/airports
Install using yarn:
yarn add @kernet/airports
Install using pnpm:
pnpm add @kernet/airports
👨🏻🏫 How to Use
Get full details
import { getAirports, getAirlines } from "@kernet/airports";
const airports = getAirports();
const airlines = getAirlines();
💁🏻 Contributing
This is an open source project. Any contribution would be greatly appreciated!