out there is an app to help you get out there
the goal is layered maps of nearby outdoor activities, campgrounds/lodging, water, weather and more
yarn install
you will need an API key from https://openweathermap.org/ then create a .env file in the project directory with the value
"APP_WEATHER_API_KEY = [apiKeyFromOpenWeatherMap]"
then
yarn start
visit localhost:8000/weather to get weather for your location (if you agree to share your location with your browser)