Home > Forum > WSDot / Ski Report

WSDot / Ski Report

  • BrianT
  • [saxybrian]
  • BrianT's Avatar
  • Offline
  • Junior Member
  • Junior Member
More
02 Sep 2015 14:14 #224763 by BrianT
WSDot / Ski Report was created by BrianT
So, I'm thinking of creating a very simple to start application. The goal would be to get all the weather data points from wsdots passes that have ski resorts on them, and snow level data from nwac and setup alerts based on this.

For example:
If Temperature < 33 degree's alert me
If conditions = snowing, alert me
If conditions = snowing hard, ALERT ME!!!
If pass = closed, alert me.

The goal would be to scrape their site every 5 minutes and pull this data. I already have most of that setup, the question is what type of data would you guys like to see if I did something like this and how would you want the alerts and the format of them?

Please Log in or Create an account to join the conversation.

  • ski_photomatt
  • [ski_photomatt]
  • ski_photomatt's Avatar
  • Offline
  • Junior Member
  • Junior Member
More
02 Sep 2015 16:40 #224764 by ski_photomatt
Replied by ski_photomatt on topic Re: WSDot / Ski Report
You can likely get this info from WSDOT API instead of scraping (would be a lot easier to maintain): www.wsdot.wa.gov/traffic/api/

Please Log in or Create an account to join the conversation.

  • BrianT
  • [saxybrian]
  • BrianT's Avatar
  • Offline
  • Junior Member
  • Junior Member
More
08 Sep 2015 13:35 #224796 by BrianT
Replied by BrianT on topic Re: WSDot / Ski Report

You can likely get this info from WSDOT API instead of scraping (would be a lot easier to maintain): www.wsdot.wa.gov/traffic/api/


Holy crap, I didn't know they had a RESTful API we could use to get this data. This is truly awesome and saves me some time :)

Please Log in or Create an account to join the conversation.