mirror of
https://github.com/eRgo35/spotify-parser.git
synced 2025-12-16 21:06:11 +01:00
12 lines
214 B
Markdown
12 lines
214 B
Markdown
# 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>"
|
|
```
|