Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amrrs/weather_forecasting_app
An attempt to make a simple weather forecasting app
https://github.com/amrrs/weather_forecasting_app
forecasting r rshiny
Last synced: 5 days ago
JSON representation
An attempt to make a simple weather forecasting app
- Host: GitHub
- URL: https://github.com/amrrs/weather_forecasting_app
- Owner: amrrs
- Created: 2018-03-18T18:20:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T20:30:11.000Z (over 6 years ago)
- Last Synced: 2024-01-30T15:14:06.216Z (10 months ago)
- Topics: forecasting, r, rshiny
- Language: R
- Homepage:
- Size: 2.47 MB
- Stars: 2
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Forecasting App
### How to use?
* Running with the source code: Download the repo and run open `ui.R` and run it
* Running via Github: `runGitHub('amrrs/weather_forecasting_app')`
### Packages required:
* `library(shiny)`
* `library(plotly)`
* `library(highcharter)`
* `library(shinydashboard)`
* `library(ggplot2)`
* `library(dplyr)`
* `library(reshape2)`
* `library(TSstudio)`
* `library(forecast)`
* `library(googlesheets)`
* `library(dashboardthemes)`### Package Installation:
If `shiny` package is missing, Use `install.packages('shiny')` to install `shiny` package. Similarly for other missing packages, except `dashboardthemes` which isn't available on CRAN yet. Install `dashboardthemes` using the following code:
```
library(devtools)
install_github("nik01010/dashboardthemes")```
### Deployed Link:**Hosted** @ [shinyapps.io](https://amrrs.shinyapps.io/weather_forecasting/)
Sample Screenshot:
![Screenshot](app-screenshot1.png)