Spotter Flight Search (MVP)
Responsive flight search engine MVP (round-trip) with a modern UI and server-side proxy for the Amadeus Self‑Service API (test).
Getting started
- Install dependencies:
npm install
- Create env file:
cp .env.example .env
- Run the app:
npm run dev
- Run tests:
npm test
Environment variables
AMADEUS_CLIENT_IDAMADEUS_CLIENT_SECRETAMADEUS_HOST(optional, defaults tohttps://test.api.amadeus.com)
API routes
GET /api/amadeus/locations?query=lonPOST /api/amadeus/flight-offers(round-trip offers search)
On this page
Contributors
Created February 5, 2026
Updated February 11, 2026