Skip to content

JonNorman/spotifiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotifiling

A service designed to make organising your spotify library a breeze, written using http4s and fs2.

Project structure

This project is split into two:

  • spotifiling-server - responsible for handling requests and responses.
  • spotifiling-core - all logic for all spotify-specific concerns.

Getting started

To run the server run

sbt 'project server; run'

Tests

sbt test

Configuration

pureconfig is used to read the configuration file(s) application.conf and secrets.conf.

Running

You can run the microservice with sbt run. By default it listens to port number 8080, you can change this in the application.conf.

About

Easy organisation of playlists and songs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages