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: about 2 months ago
JSON representation
💤 [Not maintained] Clean my Spotify playlists from tracks I don't like anymore.
- Host: GitHub
- URL: https://github.com/nicoespeon/my-spotify-groomer
- Owner: nicoespeon
- Created: 2017-11-08T07:48:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T14:02:23.000Z (over 6 years ago)
- Last Synced: 2024-10-19T05:56:50.190Z (2 months ago)
- Topics: elixir, elm, phoenix, spotify
- Language: JavaScript
- Homepage: https://cryptic-brook-64427.herokuapp.com/login
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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-endYou 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