Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/theandrew168/jamql
- Owner: theandrew168
- License: mit
- Created: 2021-11-09T19:49:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T22:28:54.000Z (over 2 years ago)
- Last Synced: 2024-10-03T07:07:39.685Z (about 1 month ago)
- Topics: golang, spotify, webapp
- Language: Go
- Homepage:
- Size: 1.14 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ./...
```