CU-CSCI3308-Fall2023 / VentureVibes

Empowering personalized travel experiences, our app simplifies vacation planning by crafting tailored itineraries that match individual preferences. We aspire to streamline the overwhelming array of options and create memorable, personalized journeys for every traveler, ensuring each person discovers the perfect activities that resonate with their
0 stars 1 forks source link

Linking Weather and Trip Advisor #32

Open noro8514 opened 10 months ago

noro8514 commented 10 months ago

When the user enters a latitude and longitude of where they are, along with preferred weather, the API will return a list of locations nearby with appropriate weather.

Definition of Done: The trip advisor API will take the latitude and longitude coordinates and retrieve a JSON object of nearby travel locations. For each location it provides, it will call the weather data API to retrieve a 5 day forecast for each location, filter the locations that have the desired weather, then return the data to a table on the front-end to show the user.