Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjrmanning/hadapptify
🎶 Like Soundrop for office music sharing but terrible.
https://github.com/sjrmanning/hadapptify
Last synced: 5 days ago
JSON representation
🎶 Like Soundrop for office music sharing but terrible.
- Host: GitHub
- URL: https://github.com/sjrmanning/hadapptify
- Owner: sjrmanning
- Created: 2014-08-18T08:52:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T03:54:55.000Z (over 9 years ago)
- Last Synced: 2023-03-24T03:20:03.944Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup and Prerequisites
* Update config.js with your Spotify or Facebook username and password.
* Install libspotify. You can do this via homebrew but you'll need to tap the homebrew binary keg by running `brew tap homebrew/binary`. You can then install libspotify by running `brew install libspotify`. You may need to symbolic link the .dylib file to where node-spotify looks for it (you'll get a message about it after running npm start).## Running
Run `npm install` then start server with `npm start`## TODO
* Admin (managing queue, pausing, skipping, etc.)
* Flag/reporting, removing from queue by crowd majority.
* Show progress through current song?
* Now playing equalisier CSS animation.
* Album cover art ?
* Real user accounts and user persistence.