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.
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/
Places the bundle file in the public folder.
node_modules/webpack/bin/webpack.js -p
MIT License
(MIT)
Copyright (c) 2015 Chris Zieba