Alpine Control Room is a web application designed to view and monitor various ski resort webcams in the Alps. For now, it supports only a few ski resort, in the future, more will be supported.
At its latest release, Alpine Control Room allows users to:
- Monitor webcam in (almost) real-time
- Visualize webcam locations on a map
- Consult avalanche and ground snow bulletins prepared by some Italian environmental monitoring institutions
If you don't want to instal the repository and run it locally, there is a GitHub page linked to this projec, when you can see the web application running.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/alpine-control-room-vue.git
-
Navigate to the project directory:
cd alpine-control-room-vue -
Install dependencies:
npm install
To start the development server, run:
npm run devThen, follow the instruction on the terminal to view the webapp.
To build the project for production, run:
npm run buildThe output will be in the dist directory.
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. For more details, see LICENSE.
