Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 280 Bytes

File metadata and controls

9 lines (9 loc) · 280 Bytes

Testing-webapp-in-R

A basic Webapp built in R, basically fetching weather through openweathermap api. Displays the weather of the specefied city in a simple UI. Both server and UI are parameters of the shinyapp function.

Libraries used

  • Httr
  • ShinyApp