agnivade / youremote

Play songs in your speaker from anywhere in your home !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youremote

Play songs in your speaker from anywhere in your home !

Prerequisites

The app uses the wonderful mpsyt library to play youtube songs. So you need to install that first.

[sudo] pip3 install mps-youtube

Steps to Run the app

1> First, we need to install the node libraries

$cd public/scripts
$npm install

2> For every time you touch the jsx file, you need to rebuild jsx to js again. Therefore, run the build.sh script

$./build.sh

3>

go run server.go

About

Play songs in your speaker from anywhere in your home !

License:MIT License


Languages

Language:JavaScript 54.9%Language:Go 34.5%Language:HTML 5.3%Language:CSS 3.5%Language:Shell 1.9%