Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaybox/spotify-lyrics
Spotify Lyrics API Wrapper
https://github.com/shaybox/spotify-lyrics
spotify spotify-lyrics spotify-web-api spotify-wrapper
Last synced: about 2 months ago
JSON representation
Spotify Lyrics API Wrapper
- Host: GitHub
- URL: https://github.com/shaybox/spotify-lyrics
- Owner: ShayBox
- License: mit
- Created: 2023-11-02T07:31:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-12T15:43:06.000Z (9 months ago)
- Last Synced: 2024-10-14T13:17:41.304Z (3 months ago)
- Topics: spotify, spotify-lyrics, spotify-web-api, spotify-wrapper
- Language: Rust
- Homepage: https://crates.io/crates/spotify-lyrics
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Lyrics
Spotify Lyrics API Wrapper
Based on [spotify-lyrics-api](https://github.com/akashrchandran/spotify-lyrics-api), [syrics](https://github.com/akashrchandran/syrics), [lyricstify](https://github.com/lyricstify/lyricstify), and [verses](https://github.com/Maxuss/verses)
## [Examples](/examples)
- [async](/examples/async.rs) - Default feature
- [sync](/examples/sync.rs) - `is_sync` feature## [Features](/Cargo.toml)
- `rustls-tls` - RustTLS (Default)
- `native-tls` - OpenSSL
- `browser` (Default)
- Adds the `browser` method to the builder to get the cookie from local browser(s)