amadeus4dev-examples / Live-Airport-City-Search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live-Airport-City-Search

This application lets you perform a live search for Airports and Cities through the Amadeus Airport & City Search API. The implementation is done through jQuery Autocomplete with Node and Express as the backend for which connects ot the Amadeus API

Running the code

  1. In order to use the applicaiton you must obtain a valid API Key from Amadeus and paste it within App.js
clientId= 'id'
clientSecret= 'secret'
  1. Install dependencies
npm install
  1. Add your Amadeus credentials to the app.js file in this section:
var amadeus = new Amadeus({
  clientId: '',
  clientSecret: ''
});
  1. Start the server
node app.js
  1. Access over http://localhost:3000/

Built Using

  • Express.JS
  • Node.JS
  • jQuery

Alt text

About


Languages

Language:HTML 55.8%Language:JavaScript 22.1%Language:CSS 22.1%