Skip to content

rweyant/googleflights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

googleflights

This is an R interface for the Google QPX Express API. Still undergoing development and testing. Has not been tested on Windows or Mac yet. More documentation on the API can be found here.

Installation

devtools::install_github('rweyant/googleflights')

Usage

library(googleflights)

# Set API key in a place all the functions have access to
set_apikey(YOUR_APIKEY)

search(origin='DTW',dest='BCN',startDate='2015-11-27',returnDate='2015-12-11')

About

An R wrapper for Google Flights QPX Express API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages