netbymatt / ws4kp

WeatherStar 4000+
https://weatherstar.netbymatt.com
MIT License
236 stars 39 forks source link

Documentation Update: How do we run this bad boy? #12

Closed nbgibson closed 1 year ago

nbgibson commented 1 year ago

Before requesting a feature please consider that this is not intended to be a perfect recreation of the WeatherStar 4000, it's a best effort that fits within what's available from the API and within a web browser.

netbymatt commented 1 year ago

Good question. I'll get it in to the documentation but here's the short form once you've got Node.js installed.

git clone https://github.com/netbymatt/ws4kp.git
cd ws4kp
node index.js

Then open your browser and go to http://localhost:8080/

Edit: corrected local url