-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME.Rmd
More file actions
43 lines (29 loc) · 1.51 KB
/
README.Rmd
File metadata and controls
43 lines (29 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# deejae
> *Copyright 2019 [Ewen Henderson](http://ewen.io/). 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](https://shiny.rstudio.com/) web development framework. Native support is currently provided for [Traktor](https://www.native-instruments.com/en/products/traktor/) users only.
## Use
Visit [apps.ewen.io/deejae](https://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:
```{r, eval=FALSE}
library(shiny)
runGitHub(repo = "ewenme/deejae", subdir = "inst/shiny")
```
## Credits
The primary typeface family in the app is [Work Sans](https://github.com/weiweihuanghuang/Work-Sans), developed by [Wei Huang](https://twitter.com/w__h_).
The [shiny](https://cran.r-project.org/web/packages/shiny/index.html) development framework and extensions [shinyjs](https://cran.r-project.org/web/packages/shinyjs/index.html), [shinyalert](https://cran.r-project.org/web/packages/shinyalert/index.html) and [shinythemes](http://rstudio.github.io/shinythemes/) helped to fully realise this work.