https://github.com/theandrew168/jamql
Smart playlists for Spotify
https://github.com/theandrew168/jamql
golang spotify webapp
Last synced: 11 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-16T22:28:54.000Z (about 4 years ago)
- Last Synced: 2025-07-08T03:23:49.231Z (12 months ago)
- Topics: golang, spotify, webapp
- Language: Go
- Homepage:
- Size: 1.14 MB
- Stars: 5
- Watchers: 2
- 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 ./...
```