Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agnivade/youremote
Play songs in your speaker from anywhere in your home !
https://github.com/agnivade/youremote
Last synced: 26 days ago
JSON representation
Play songs in your speaker from anywhere in your home !
- Host: GitHub
- URL: https://github.com/agnivade/youremote
- Owner: agnivade
- License: mit
- Created: 2015-07-22T18:56:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-03T09:23:36.000Z (over 8 years ago)
- Last Synced: 2023-03-30T14:36:54.912Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youremote
Play songs in your speaker from anywhere in your home !## Prerequisites
The app uses the wonderful [mpsyt](https://github.com/mps-youtube/mps-youtube) 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
```