Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 858 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 858 Bytes

Roku Screensaver

Create a screensaver app for Roku.

Requirements

  • Roku developer kit - Develop Roku apps in Brightscript
  • Wordpress - The CMS system used to keep the photos for the screensaver
  • Redis - To cache the api to keep DB calls minimal(optional)
  • Predis - An easy way to use Redis in PHP(optional)

##Instructions

#####Backend The backend creates json API that gives the app the images it uses for the screen saver. You can use any backend you want but I used a Wordpress site that has one picture per post. It takes the first image in the wordpress post.

Move the roku-api.php to the root of your Wordpress website. in the Roku source file point the api_url to the api. http://example.com/roku-api.php