Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 822 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 822 Bytes

DSBees

R Shiny dashboard to analyze top 10 cryptocurrencies and forecast their price.

Prerequisites

  • R

  • Some R packages

library(shiny)
library(tidyverse)
library(dygraphs)
library(xts)
library(rvest)
library(lubridate)
library(forecast)
library(shinythemes)
library(DT)

Deployment

A live working demo can be found here

Limited server hours on shinyapps io. Might be down sometimes.

Built With

  • R - The Statistical Computing Program used

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Group Members

Acknowledgments