Skip to content

vikasgupta1812/Movie-Explorer-Shiny-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the source code for a movie explorer app which runs on R and Shiny. The data is a subset of data from OMDb, which in turn is from IMDb and Rotten Tomatoes. The data is saved in a SQLite database.

To run it locally, you'll need to install the latest versions of ggvis, Shiny, and dplyr, as well as RSQLite.

# Install devtools 1.4 if needed
if (!require('devtools') || packageVersion('devtools') < 1.4) install.packages('devtools')

devtools::install_github(c('rstudio/ggvis', 'rstudio/shiny', 'hadley/dplyr'))

install.packages(c('RSQLite', 'RSQLite.extfuns'))

Once all these packages are installed, you can run this app by entering the directory, and then running the following in R:

shiny::runApp()

About

Movie explorer Shiny app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published