stefanreifenberg / shiny_weather_dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimal shiny weather dashboard

screenshot

Demo can be found here

Overview

This dashboard uses the openweathermap API to get current weather conditions as well as a 5 day forecast for a specific location. Data is fetched every 10 minutes which is recommended by the API documentation.

API usage guide

https://openweathermap.org/appid#work

Setup

  • get and API key and provide it in the app (Line 42 in App.R)
  • change the coordinates to your location (Line 62 and 73 in App.R)

About


Languages

Language:R 100.0%