Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koverholt/weather-dashboard
Dashboard to display weather forecast
https://github.com/koverholt/weather-dashboard
Last synced: 9 days ago
JSON representation
Dashboard to display weather forecast
- Host: GitHub
- URL: https://github.com/koverholt/weather-dashboard
- Owner: koverholt
- Created: 2020-09-05T03:34:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T11:13:32.000Z (9 months ago)
- Last Synced: 2024-12-24T04:44:27.235Z (17 days ago)
- Language: TypeScript
- Homepage: https://weather.koverholt.com
- Size: 813 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weather-dashboard
Dashboard to display weather forecast data
![Weather Dashboard](https://github.com/koverholt/weather-dashboard/blob/main/images/weather-dashboard.png?raw=true)
Data from https://darksky.net/
## Deployment
```
gcloud run deploy weather-dashboard --source src/ --region us-central1 --allow-unauthenticated
```