playlist and album support

This commit is contained in:
2024-02-20 17:13:16 +01:00
parent ea246e9ed2
commit e3b3c0fb6e
4 changed files with 39 additions and 25 deletions

View File

@@ -1 +1,11 @@
# spotify
# Spotify URL Parser
This tool allows to quickly ~~scrape~~ *fetch* Spotify track, album, or playlist metadada based on the provided url.
No Spotify API is required
## Usage
```bash
$ node index.js "<url>"
```