Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beckypollard/farm-weather

Weather report from Pollard farm's weather station.
https://github.com/beckypollard/farm-weather

dashboard weather weather-station wunderground-api

Last synced: about 1 month ago
JSON representation

Weather report from Pollard farm's weather station.

Awesome Lists containing this project

README

        

# Pollard Farm's Weather Station Report [![Netlify Status](https://api.netlify.com/api/v1/badges/6304e0fe-104e-4fda-b9d1-d5959b091239/deploy-status)](https://app.netlify.com/sites/pollard-weather/deploys)

Website preview

A simple website to display easy-to-read data from a weather station.

Weather station API provided by [Wunderground](https://www.wunderground.com/).


| | Data captured with:
Ecowitt HP2551 Wi-Fi Weather Station |
| -- | -- |


## 🌞 View The Project
### → https://pollardweather.com/

## 🏗 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.