Simple proof of concept for loading various music tracks into a playlist then cross fading / beat matching like a dj would do with some dec's.
Working demo: http://naglafar.github.io/autodj/
yes the code is awful... well for now!
CROSS FADING NOW IMPLEMENTED
Getting started:
git co git@github.com:naglafar/autodj.git
npm install
npm start
Other commands:
webpack dev server: npm start
build distribution: npm run build
clean distribution: npm run clean
License MIT.