ubershmekel / redditp

Convert any reddit page to a presentation or slide show

Home Page:https://redditp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GET Parameter

dd-gamer opened this issue · comments

commented

I would like to cast redditp to a Chromecast, to get better wallpapers while it's idle. Unfortunately, I am unable to interact with the side I cast over catt. Could you maybe add GET variables to change some settings, like the auto-next and hide menu? The default 5 sec is a bit too quickly for this use case.

Seems like a good idea. PR would be welcome.

commented

I could try to implement it, if you could give me a small instruction how to set up the project on my own webserver. The one in the readme has caused many question marks. Until now, I never really worked with JavaScript before, but I'm able to handle PHP.

You can:

  1. Download and install node js - https://nodejs.org/en/
  2. Clone this repo
  3. At the root of the repo, in a terminal, run npm install
  4. Run npm run start

And you should be up and running

commented

Created a PR :)