Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/li0ard/canvaz_api
Getting Spotify Canvas for track by its ID
https://github.com/li0ard/canvaz_api
Last synced: about 2 months ago
JSON representation
Getting Spotify Canvas for track by its ID
- Host: GitHub
- URL: https://github.com/li0ard/canvaz_api
- Owner: li0ard
- License: apache-2.0
- Created: 2024-08-01T21:03:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T06:21:44.000Z (5 months ago)
- Last Synced: 2024-10-03T15:35:01.905Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# canvaz_api
Getting Spotify Canvas for track by its ID
> [!WARNING]
> This project is probably against Spotify TOS. Use at your own risks.### Install
```bash
npm i canvaz_api
```### Example
```ts
import { get_canvas_for_track } from "canvaz_api"
let a = await get_canvas_for_track("4x3vJJYSW9fZWIubv5mmww")
console.log(a)
```