Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jl2/cl-spotify
Common Lisp package for using the Spotify API.
https://github.com/jl2/cl-spotify
lisp music spotify
Last synced: 18 days ago
JSON representation
Common Lisp package for using the Spotify API.
- Host: GitHub
- URL: https://github.com/jl2/cl-spotify
- Owner: jl2
- License: isc
- Created: 2020-02-02T04:19:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T04:29:31.000Z (over 4 years ago)
- Last Synced: 2024-11-24T12:17:05.976Z (3 months ago)
- Topics: lisp, music, spotify
- Language: Common Lisp
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cl-spotify
### _Jeremiah LaRocco _This is a library for connecting to the Spotify Web API.
It handles OAuth authentication/authorization (including automatic refresh),
scope handling (right now only add-scope), JSON deserialization, and provides
functions for making get, post, and put requests.It also includes some higher level functions (play, pause, etc.) to show how the library
can be used.For more information, see project.org
## License
ISC
Copyright (c) 2020 Jeremiah LaRocco