Skip to content

✈️ A Node.js wrapper for the Kiwi.com(Skypicker.com) API

Notifications You must be signed in to change notification settings

evgenTraytyak/kiwi-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm npm

Kiwi(Skypicker) API

Kiwi.com API for Node.js.

Installation

npm install kiwi-api --save

API Documentation

Skypicker.com API on Apiary.com

How to use

import KiwiAPI from 'kiwi-api';
const KiwiClient = new KiwiAPI();

// Get places
KiwiClient.places()
  .then(places => console.log(places))
  .catch(error => console.log(error));

// Get flights
KiwiClient.flights()
  .then(flights => console.log(flights))
  .catch(error => console.log(error));

About

✈️ A Node.js wrapper for the Kiwi.com(Skypicker.com) API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages