Weather Star 4000 simulation in HTML/JS/CSS
Official Website: https://4000.weatherstar.dev/
Visit the Disocrd: https://mistwx.com/discord
You can change location settings in the location.js file under the locationSettings variable
The license does not prohibit this, but I do not recommend making your own website around this simulator. It is not nice.
Code mostly made by me, rest of the code used in other open source projects.
Please note 30 day outlook is not functional, it will be sometime in the future.
- Download & Install node.js LTS
- In terminal, run
npm install --production
in the root folder of this project. This will install any dependencies. - In terminal, run
npm start
in the root folder of this project. This will start a local web server. - Follow the link in the console output that leads to the simulator, Enjoy!
- In terminal, run
npm install --production
in the root folder of this project. This will install any dependencies. - In terminal, run
npm start
in the root folder of this project. This will start a local web server. - An internet browser tab will open in your web browser to the simulator, Enjoy!