Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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