https://github.com/navin772/travel_itinerary_planner
API for retrieving travel itinerary based on user's budget and interests
https://github.com/navin772/travel_itinerary_planner
api fastapi python3 travel
Last synced: about 2 months ago
JSON representation
API for retrieving travel itinerary based on user's budget and interests
- Host: GitHub
- URL: https://github.com/navin772/travel_itinerary_planner
- Owner: navin772
- Created: 2023-01-22T10:30:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T10:25:44.000Z (over 3 years ago)
- Last Synced: 2025-01-07T14:25:53.951Z (over 1 year ago)
- Topics: api, fastapi, python3, travel
- Language: Python
- Homepage: https://travel-itinerary-planner.vercel.app/docs
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel_Itinerary_Planner
Get detailed travel itinerary based on your budget and interests!
## API usage
Endpoint: travel-itinerary-planner.vercel.app/get_itinerary/
### For use in terminal using CURL
1. Install CURL
2. Run the following command
```bash
curl -X 'GET' 'https://travel-itinerary-planner-navin772.vercel.app/get_itinerary/?source={your_city}&destination={destination_city}&start_date={departure_date}&end_date={returning_date}&budget={budget_in_USD}' -H 'accept: application/json'
```
### For use in browser
1. Open the following link in your browser
```
https://travel-itinerary-planner-navin772.vercel.app/get_itinerary/?source={your_city}&destination={destination_city}&start_date={departure_date}&end_date={returning_date}&budget={budget_in_USD}
```
*`date format: YYYY-MM-DD`*