My CSI-160 Final Project for Finding That Sweet Pow.
This was created duing my sophomore year by myself, Thomas, and my good friend Ethan.
Using this program you can check for snow and powder days a week out at any ski resort.
install the requests library with pip install requests
Grab a free api key from HERE
Place your API key and APP ID on lines 354 and 355 respectively.
Configure your options and resorts in the options.ini file.
Resorts have to be added in this format:
ski resort = coordinates
Note: coordinates must be rounded to 3 decimal places and comma separated without a space.
ex: Killington = 43.603,-72.804
These coordinates can be easily found using Google Maps.
Run the program and hit enter to start. This will bring you to the main menu.
A quick rundown of the options is listed below:
- Will return all resorts with a powder day over the next week. This mode also lists any snow if found
- Will return all accounts of snow at the configured resorts for the next week
- Shows your currently configured ski resorts
- Shows your currently configured options (currently only units is supported)
- Brings you to the about page
- Exits the program
units: i or m
(Sets units to either imperial to metric)
- requests
- Weather Unlocked free API Key