Tutorials

Usage

Note

Always remember, when in doubt use --help flag.

Getting Help

jetburn --help
Getting Help

Info

To get the current version use -

jetburn --version

If interested in more information about the package use info sub-command

jetburn info
Jetburn Info

Find

Aritports

To find airports by city name use find sub-command. E.g. let’s find out all airports located in/near LONDON.

jetburn find --airport london
Find Airport in London

Airlines

Finding IATA code for airlines from a search is easy but this option is designed to help to get the name of the airline. e.g Let’s find out which airline is VA or 0b ?

jetburn find --airline va
Find Airline Name

Currency

If you are in doubt what is the currency code to be used while searching, currency codes can be obtained through --currency flag with country name as an argument. e.g. Let’s take a look at the currency code of mongolia

jetburn find --currency mongolia
Find Currency by Country Name

Check

This sub-command is designed to check if a currency can be used to search flights. Flight search will show results in provided currency if the provided currency is a valid currency. Let’s check if ALL is a valid currency or not.

Important

all in small letters will show all the valid currencies but ALL is a valid currency of ALBANIA

jetburn check --currency ALL
Check for Valid Currency