Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/beckypollard/farm-weather
- Owner: BeckyPollard
- Created: 2021-10-28T00:13:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-14T22:14:18.000Z (12 months ago)
- Last Synced: 2024-01-29T11:47:30.780Z (11 months ago)
- Topics: dashboard, weather, weather-station, wunderground-api
- Language: TypeScript
- Homepage: https://pollardweather.com
- Size: 9.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
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.