Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.08 KB

Pollard Farm's Weather Station Report Netlify Status

Website preview

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

🌞 View The Project


🏗 Development: Set up

  1. Clone down this new repo, or whatever you wanna do to get the code.
  2. Install dependencies npm i
  3. To run the localhost development server: npm start
  4. To bundle everything for production, run: npm run build, however code added to the main branch will automatically be deployed.