forked from charlie86/spotifyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 970 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: spotifyr
Title: A Quick and Easy Wrapper for Pulling Track Audio Features from Spotify's Web API in Bulk
Version: 1.0.0
Authors@R: person("Charlie", "Thompson", email = "[email protected]", role = c("aut", "cre"))
Description: A quick and easy wrapper for pulling track audio features from
Spotify's Web API in bulk. By automatically batching API requests, it allows
you to enter an artist's name and retrieve their entire discography in
seconds, along with Spotify's audio features and track/album popularity
metrics. You can also pull song and playlist information for a given Spotify
User (including yourself!).
Depends: R (>= 3.3.3)
Imports:
dplyr,
purrr,
tidyr,
httr,
lubridate
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Suggests: testthat
URL: https://github.com/charlie86/spotifyr, <https://developer.spotify.com/web-api/>
BugReports: https://github.com/charlie86/spotifyr/issues