Skip to content

Weather report from Pollard farm's weather station.

Notifications You must be signed in to change notification settings

BeckyPollard/farm-weather

Repository files navigation

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.