https://github.com/mingstar/spotimeteor
MeteorJS Spotify Jukebox
https://github.com/mingstar/spotimeteor
javascript jukebox meteor meteorjs music osx spotify
Last synced: about 1 year ago
JSON representation
MeteorJS Spotify Jukebox
- Host: GitHub
- URL: https://github.com/mingstar/spotimeteor
- Owner: MingStar
- Created: 2016-05-10T01:22:35.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T01:27:29.000Z (about 10 years ago)
- Last Synced: 2025-04-12T04:44:32.787Z (about 1 year ago)
- Topics: javascript, jukebox, meteor, meteorjs, music, osx, spotify
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpotiMeteor
===
Work based on 2 open source Spotify jukebox repos:
* code from [meteor-spotify](https://github.com/alanshaw/meteor-spotify) as back end, controlling Spotify.
* code from [SpotiPI](https://github.com/abartow/SpotiPI) as front end UI, using Bootstrap.
Getting started
---
(Note: This is OSX only, since `spotify-node-applescript` uses applescript to talk to Spotify.)
Install [Meteor](http://meteor.com).
Open Spotify.
Run in project directory:
```sh
meteor
open http://localhost:3000
```