Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```