Skip to content

EEDDRV/JetBlue-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

JetBlue-API

A small package that retrieves JetBlue prices.

How to use

Simple search

from JetBlue import Get_Prices
Get_Prices(origin="JAX", destination="NYC", month="AUGUST 2021")

Advanced search

from JetBlue import Get_Prices
data = {
	"origin": "JFK",
	"destination": "DFW",
	"fareType": "POINTS", #or "LOWEST"
	"month": "AUGUST 2021",
	"tripType": "ONE_WAY",
	"adult": "1",
	"child": "0",
	"infant": "0",
}
Get_Prices(data=data)

About

A small package that retrieves JetBlue prices.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages