/Flight-Search-Proxy

REST API that acts as a proxy between Google QPX flight search API and some 3rd party service.

Primary LanguageJavaScript

REST API that acts as a proxy between Google QPX flight search API

The API prototype take various search parameters, query a 3rd party API and return the results as JSON.

Install

npm install

To run

npm start

To run in debug mode

npm run debug

Config

To be able to query the Google QPX API an API Key is necessary. The parameter googleDevApiKey in the config.json has to be set to match your setup. I left mine there, but it will get deactivated now.