spoty: Spotify web API wrapper
Web API https://developer.spotify.com/web-api/ wrapper powered by lens and pipes, allowing easy access to public endpoints. Does not have any external dependencies nor requirements regarding app registration.
Paging is handled transparently using pipes
All data types are navigated using lenses
All public endpoints, with multi-get versions excluded, are implemented.
> :set -XOverloadedStrings > :m +Control.Lens Utils.Spoty > Just artist <- fetchOne (searchArtist "avicii") -- assume at least one match > popular <- getArtistTop (view spotifyID artist) "SE" -- retrieve the most popular tracks in Sweden > mapM_ (print . view name) popular -- print the corresponding names "Hey Brother" "Addicted To You" "Wake Me Up" ...
Please read the README for details.
Downloads
- spoty-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.1.0.0, 0.1.0.1, 0.1.0.2 |
---|---|
Dependencies | aeson (>=0.7.0.6 && <0.8), base (>=4.6 && <4.7), bytestring (>=0.10 && <0.11), lens (>=4 && <4.4), pipes (>=4.1 && <4.2), text (>=0.11 && <1.2), unordered-containers (>=0.2.3 && <0.3), wreq (>=0.1 && <0.2) [details] |
License | BSD-3-Clause |
Author | David Nilsson |
Maintainer | nilsson.dd+code@gmail.com |
Category | Web |
Home page | https://github.com/davnils/spoty |
Bug tracker | https://github.com/davnils/spoty/issues |
Source repo | head: git clone https://github.com/davnils/spoty.git |
Uploaded | by DavidNilsson at 2014-07-14T08:53:46Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2230 total (9 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |