https://github.com/ewenme/vinylspotting
web app for exploring Discogs collections
https://github.com/ewenme/vinylspotting
discogs music r rstats shiny
Last synced: 4 months ago
JSON representation
web app for exploring Discogs collections
- Host: GitHub
- URL: https://github.com/ewenme/vinylspotting
- Owner: ewenme
- License: mit
- Created: 2017-02-25T23:31:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T21:51:49.000Z (over 6 years ago)
- Last Synced: 2024-08-13T07:11:17.611Z (over 1 year ago)
- Topics: discogs, music, r, rstats, shiny
- Language: R
- Homepage: https://apps.ewen.io/vinylspotting
- Size: 1.5 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- awesome-rshiny - vinylSpotting - Visualize and explore Discogs record collections. (App Examples / Integrations)
- jimsghstars - ewenme/vinylspotting - web app for exploring Discogs collections (R)
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# vinylspotting

An app to help [Discogs](https://www.discogs.com) users visualise the current state, and evolution of, their record collection and buying habits.
## Use
Visit [apps.ewen.io/vinylspotting](https://apps.ewen.io/vinylspotting/) to use `vinylspotting`.
1. Enter your Discogs user name
2. Have a look around
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/vinylspotting", subdir = "inst/shiny")
```
Note: You will be prompted for a Discogs API access token if running `vinylspotting` locally. Refer to [discogger](https://github.com/ewenme/discogger) if you need help.
> *Copyright 2019 [Ewen Henderson](http://ewen.io/). Licensed under the MIT license.*