Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicka/slopy
Control Spotify on OSX
https://github.com/nicka/slopy
Last synced: 5 days ago
JSON representation
Control Spotify on OSX
- Host: GitHub
- URL: https://github.com/nicka/slopy
- Owner: nicka
- Created: 2015-08-13T13:21:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T09:38:40.000Z (about 9 years ago)
- Last Synced: 2024-04-13T16:18:18.020Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 218 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slopy (Slack/Spotify)
Control Spotify on OSX. Use the SQS runner to connect it with Hubot.
## Usage
Start server
```
bundle exec rake start
```Stop server
```
bundle exec rake stop
```Restart server
```
bundle exec rake restart
```## API routes
```
curl localhost:9292/api/start
curl localhost:9292/api/play
curl localhost:9292/api/play?url=spotify:user:xxxxxxx:playlist:123456
curl localhost:9292/api/pause
curl localhost:9292/api/next
curl localhost:9292/api/previous
curl localhost:9292/api/shuffle
curl localhost:9292/api/repeat
curl localhost:9292/api/volume?to=100
```