Block a user
Switch from Queue Times to Six Flags API directly
If a ride is closed, then it will be entirely missing from this output. But we can cross reference / utilize the output from the operating-hours endpoint for the park that day.
Switch from Queue Times to Six Flags API directly
Returns isFastLane regularWaitTime fastLaneWaitTime
Switch from Queue Times to Six Flags API directly
Convert Scraper to proper backend
Current Design Issues:
- Scraper has to run as a second container (not terrible), but just runs hacky npm commands
- Scraper is very limited in how flexible it can be. With an actual backend,…
Convert Scraper to proper backend