Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewenme/vinylspotting
web app for exploring Discogs collections
https://github.com/ewenme/vinylspotting
discogs music r rstats shiny
Last synced: 3 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T21:51:49.000Z (over 5 years ago)
- Last Synced: 2024-05-16T19:47:26.186Z (6 months 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
- 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
![vinylspotting](vinyspotting_preview.gif)
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 keepYou 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.*