ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
261 stars 102 forks source link

GET Parameter #143

Open dd-gamer opened 2 years ago

dd-gamer commented 2 years ago

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.

ubershmekel commented 2 years ago

Seems like a good idea. PR would be welcome.

dd-gamer commented 2 years ago

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.

ubershmekel commented 2 years ago

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

dd-gamer commented 2 years ago

Created a PR :)