Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 941 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 941 Bytes

Personal Youtube Feed Dashboard

IMPORTANT:
Before cloning this repo and running the logic, please make sure to have a Youtube API Key and AWS Secrets.

Overview

Interactive Youtube feed app developed using R/Shiny to show my daily Youtube feed. This personal dashboard refresh data daily.

Preview - Full Window

Please see below for screenshot of app web version.

Personal Youtube Feed Dashboard - Web Version

Preview - Mobile Version

Screenshot below show app mobile version.

Personal Youtube Feed Dashboard - Mobile Version

Configuration

Create a .Renviron file and store your Youtube & AWS Keys.

youtube_api_key <- <Your API Key>
aws_secret_key <- <Your API Key>
aws_key <- <Your API Key>