airports-autocomplete

1.0.4 • Public • Published

Airports-Autocomplete

Build Status

Airport autocomplete data for node applications

This package will provide you data of all airports all over the world to use.

Contents

  1. Installation
  2. Usage

Intro

This package depends on axios in order to make request for airports json data.

This package developed for using in the node application for airports data to implement in anykind of travel, air-ticketing, air-tracking website.


Installation

npm i airports-autocomplete

Usage

const airports = require('airports-autocomplete');

airports()
  .then((res) => {
    console.log(res.data);
  })
  .catch((err) => {
    console.log(err);
  });

Package Sidebar

Install

npm i airports-autocomplete

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

1.81 kB

Total Files

3

Last publish

Collaborators

  • mirtauhid