Skip to content

A wait times / entertainment schedule app for Disneyland Paris

License

Notifications You must be signed in to change notification settings

glenndehaan/dlpwait

Repository files navigation

Disneyland Paris Wait-Times App

A wait times / entertainment schedule app for Disneyland Paris

screenshot1 screenshot2

Structure

  • ES6 Javascript
  • Preact
  • Preact Router
  • Webpack
  • Tailwind
  • Splitbee

Features

  • Live wait times for both Disneyland Park and Walt Disney Studios parks
  • Entertainment schedule for both Disneyland Park and Walt Disney Studios parks
  • Push notifications when an attractions breaks-down

Live Site

https://dlpwait.com

Development Usage

  • Install NodeJS 16.0 or higher.
  • Run npm ci in the root folder
  • Run npm start in the root folder

Then open up your favorite browser and go to http://localhost:3467/

Build Usage

  • Install NodeJS 16.0 or higher.
  • Run npm ci in the root folder
  • Run npm run build in the root folder

License

MIT