Skip to content

amadeus4dev-examples/Live-Airport-City-Search

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.8%
  • JavaScript 22.1%
  • CSS 22.1%