Ecosyste.ms: Awesome

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

https://github.com/nicoespeon/my-spotify-groomer

💤 [Not maintained] Clean my Spotify playlists from tracks I don't like anymore.
https://github.com/nicoespeon/my-spotify-groomer

elixir elm phoenix spotify

Last synced: 3 months ago
JSON representation

💤 [Not maintained] Clean my Spotify playlists from tracks I don't like anymore.

Lists

README

        

# My Spotify Groomer

## Getting started

This project is made using:

* [Phoenix](http://www.phoenixframework.org/) v1.2.1, the [Elixir](http://elixir-lang.org/) web framework, for the back-end
* [Elm](http://elm-lang.org/) v0.18 for the front-end

You first need to install Elixir: http://elixir-lang.org/install.html.

You don't have to install Elm as it is installed locally.

### Start the app

To start the app:

* Install dependencies with `npm install` - it will install Elixir deps too
* Build assets with `npm run build`
* Start Phoenix endpoint with `npm start`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Commands

* `npm start` to start the phoenix server
* `npm test` to run back & front tests
* `npm run build` to build assets
* `npm run test:back` to run back-end tests
* `npm run test:back:watch` to run back-end tests in watch mode
* `npm run test:front` to run front-end tests
* `npm run test:front:watch` to run front-end tests in watch mode
* `npm run deploy` to create a production-ready build

## Learn more

* Phoenix guide: http://phoenixframework.org/docs/overview
* Phoenix docs: https://hexdocs.pm/phoenix

* Elm guide: https://guide.elm-lang.org/
* Elm docs: http://elm-lang.org/docs