Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/theandrew168/jamql

Smart playlists for Spotify
https://github.com/theandrew168/jamql

golang spotify webapp

Last synced: 18 days ago
JSON representation

Smart playlists for Spotify

Awesome Lists containing this project

README

        

# JamQL
Smart playlists for Spotify

## Setup
This project depends on the [Go programming language](https://golang.org/dl/).

## Running
If actively working on frontend templates, set `ENV=dev` to tell the server to reload templates from the filesystem on every page load.
```bash
# make run
ENV=dev go run main.go
```

## Testing
```bash
# make test
go test -v ./...
```