Copyright 2019 Ewen Henderson. Licensed under the MIT license.
deejae is a an ongoing open-source effort to help DJs explore and visualise their selections, built using the Shiny web development framework. Native support is currently provided for Traktor users only.
Visit apps.ewen.io/deejae to use
deejae
.
- Upload .nml Traktor history files
- Explore your selections
- Export any visuals you wanna keep
You can also run the app locally, from an R session, by simply running:
library(shiny)
runGitHub(repo = "ewenme/deejae", subdir = "inst/shiny")
The primary typeface family in the app is Work Sans, developed by Wei Huang.
The shiny development framework and extensions shinyjs, shinyalert and shinythemes helped to fully realise this work.