deejae icon indicating copy to clipboard operation
deejae copied to clipboard

web app for exploring and visualising DJ sets

deejae

Copyright 2019 Ewen Henderson. Licensed under the MIT license.

deejae

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.

Use

Visit apps.ewen.io/deejae to use deejae.

  1. Upload .nml Traktor history files
  2. Explore your selections
  3. 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")

Credits

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.