ChrisZieba / MoodFuse

A simple way to enjoy new music based on your mood!

Home Page:https://www.moodfuse.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoodFuse

MoodFuse

Build Status

MoodFuse A simple way to enjoy new music based on your mood! The Spotify recommendations API is used to generate a list of tracks based on energy, danceability, happiness and genre. The tracks are played in the browser using YouTube.

Installation

Build the assets and run locally.

node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base public/ --inline

Once the assets are compiled run a dev server to serve.

http://localhost:8080/

Deploy

Places the bundle file in the public folder.

node_modules/webpack/bin/webpack.js -p

License

MIT License (MIT)
Copyright (c) 2015 Chris Zieba

About

A simple way to enjoy new music based on your mood!

https://www.moodfuse.com


Languages

Language:JavaScript 74.8%Language:CSS 22.0%Language:HTML 3.3%