GithubHelp home page GithubHelp logo

roku-unsplash-screensaver's Introduction

Roku Unsplash Screensaver

Ad-Free Open Source Roku Screensaver showing random images from Unsplash.

Roku Unsplash Screensaver header image

How to install

  1. To enter dev mode, using your Roku remote, enter the following button sequence:

    ๐Ÿ  ๐Ÿ  ๐Ÿ  + ๐Ÿ”ผ ๐Ÿ”ผ + โ–ถ๏ธ โ—€๏ธ + โ–ถ๏ธ โ—€๏ธ + โ–ถ๏ธ

  2. Follow instructions on Roku developer program. Make sure you succeed with their hello world example first.

  3. Clone this repository and cd into it.

  4. Download app.mk from roku's example to project's parent folder

    wget https://raw.githubusercontent.com/rokudev/samples/master/getting%20started/makefile/app.mk -O ../app.mk
  5. Copy and fill environment variables

    cp .env .env.example
    vim .env # or use whatever editor you want here
  6. Load environment variables

    export $(cat .env | xargs)

    Note: The above command is the equivalent of running export WHATHEVER=something in your shell for each line in the .env, you could also export them by hand if you prefer, but using the above command will prevent you from writing secrets in your shell history ๐Ÿ™ˆ.

  7. Deploy to your device

    make install

    if you're on MacOS and you get 'ERROR: Device is not responding to ping.', refer to rokudev/samples#28.

๐ŸŽ‰

Contributing

Contributions are welcome! ๐Ÿ™

  1. Make sure you read Roku Screensavers documentation if you intend to modify the code.
  2. Have a look to the issues, there's some work and open questions in here.

Disclaimer

This repository is not sponsored by or affiliated with Roku and Unsplash.

License

MIT ยฉ Gabriel Le Breton

roku-unsplash-screensaver's People

Contributors

gableroux avatar

Stargazers

rikkitikkitavi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.