Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```