├── LICENSE ├── README.md ├── images └── screenshot.png ├── server.R └── ui.R /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jburkhardt/GoogleTrendsDashboard/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jburkhardt/GoogleTrendsDashboard/HEAD/README.md -------------------------------------------------------------------------------- /images/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jburkhardt/GoogleTrendsDashboard/HEAD/images/screenshot.png -------------------------------------------------------------------------------- /server.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jburkhardt/GoogleTrendsDashboard/HEAD/server.R -------------------------------------------------------------------------------- /ui.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jburkhardt/GoogleTrendsDashboard/HEAD/ui.R --------------------------------------------------------------------------------