This application provides nearby climbing destinations (geographic distance) with nice weather for the coming weekend!
Defination of a valid climbing spot:
- Distance <= 150 miles
- has a nice weather on the coming weekend
- the highest temperature <= 82°F (27.8°C)
- the lowest temperature >= 65°F (18.3°C)
- the probability of precipitation <= 10%
- the wind speed <= 6
The application uses API from https://www.climbingweather.com (API key is not required) and https://positionstack.com (API key required [Free]).