Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tjmw/spotifork
Pitchfork best new music lists with links to Spotify content
https://github.com/tjmw/spotifork
Last synced: about 2 months ago
JSON representation
Pitchfork best new music lists with links to Spotify content
- Host: GitHub
- URL: https://github.com/tjmw/spotifork
- Owner: tjmw
- Created: 2015-04-27T20:47:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-10T16:55:21.000Z (over 9 years ago)
- Last Synced: 2023-03-11T06:57:39.851Z (almost 2 years ago)
- Language: Ruby
- Homepage: http://46.101.61.177/
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotifork
## Dependencies
* docker-compose
* docker-machine## Provision a Machine
```
$ docker-machine create -d
$ docker-machine active
$ eval "$(docker-machine env )"
```## Running the app (on a machine)
```
$ docker-compose build
$ docker-compose up -d
```