A simple website to display easy-to-read data from a weather station.
Weather station API provided by Wunderground.
Data captured with: Ecowitt HP2551 Wi-Fi Weather Station |
---|
- Clone down this new repo, or whatever you wanna do to get the code.
- Install dependencies
npm i
- To run the localhost development server:
npm start
- To bundle everything for production, run:
npm run build
, however code added to themain
branch will automatically be deployed.