Inspiration
There's hundreds, even thousands of skiing resorts across the world. Skyscanner API provides Hotels, Flights and Car Rental data that can be used to calculate the cost of the trip, thus, as a person that often looks for cheap skiing trips, I decided to make this project.
What it does
So far, it only returns which skiing resorts are the cheapest ones to fly to (I will explain why)
How I built it
Using Python and Skyscanner API. I also manually collected the resorts data and their nearby airports, since the Skyscanner nearby location feature is not available on the API.
Challenges I ran into
I was alone in the team, so I ran out of time and wasn't able to complete everything in time. Also, Skyscanner API is not accurate (at least with our api keys) and doesn't provide the same info as the website. Moreover, I wasn't able to access some of the features such as hotel prices due to authentication (API key) limitations put on hackathon participants.
Accomplishments that I'm proud of
I developed the project and its idea from scratch, the logic is sound, it's just that the implementation is not finished due to time and api constraints
What I learned
Improved Django skills, learned about requests
What's next for Cheapest Skiing Trips This Season
If API can provide more accurate data and more data, it could work well.
Built With
- python
- skyscanner-api
Log in or sign up for Devpost to join the conversation.