Skip to content

Commit

Permalink
pricing calculation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloBu committed Dec 21, 2024
1 parent 1b390e4 commit 38b6690
Show file tree
Hide file tree
Showing 8 changed files with 265 additions and 58 deletions.
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ The main endpoint `/api/search-flights` accepts the following parameters:
- `originAirports`: Comma-separated airport codes
- `wantedCountries`: Comma-separated country names
- `adults`: Number of adult passengers
- `teens`: Number of teen passengers
- `children`: Number of child passengers
- `infants`: Number of infant passengers
- `teens`: Number of teen passengers
- `infants`: Number of infant passengers (because ryanair has 25eur flat infant seat fee, the api ignores infants)

#### Response Format

Expand Down
Loading

0 comments on commit 38b6690

Please sign in to comment.