With this repository you can make your first API call using the Amadeus Node SDK.
- Node LTS versions
- An Amadeus for Developers account
Clone the repository.
git clone https://github.com/amadeus4dev/amadeus-get-started-node.git
cd amadeus-get-started-node
Next install the dependencies.
npm install
For authentication add your API key/secret to your environmental variables.
export AMADEUS_CLIENT_ID=YOUR_API_KEY
export AMADEUS_CLIENT_SECRET=YOUR_API_SECRET
This library is released under the MIT License.
You can find us on StackOverflow or join our developer community on Discord.