dash-rickroll
dash-rickroll copied to clipboard
Question.. Running on Raspberry pi
I assume since this opens a youtube link thats its written to run on a computer, but If I run it on a raspberry pi would it be easy to play an mp3 file instead?
All this does is run on a device which can run Node.js and execute spawn('open', ['https://www.youtube.com/watch?v=oHg5SJYRHA0'])
which may not do anything on any given OS. To know for fact, you'd have to look into the spawn/open behavior, but I'd not expect it to work on anything but a full-fledged desktop OS or a web-based one (like Chromebook maybe).