🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

spotify-canvas

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spotify-canvas

Get Spotify Canvas (short track video from mobile apps) URL for a given artist/album/track

1.0.1
latest
npm
Version published
Weekly downloads
6
200%
Maintainers
1
Weekly downloads
 
Created
Source

spotify-canvas

Based off the amazing work done in itsmeow/Spicetify-Canvas (Protobuf definitions and SPClient implementation extracted directly from that project!)

Usage

const getSpotifyCanvas = require("spotify-canvas");

getSpotifyCanvas({
	artist: "oneohtrix point never",
	album: "magic oneohtrix point never",
	track: "nothing's special",
}).then((result) => {
	console.log(result);
});

//https://canvaz.scdn.co/upload/licensor/16l9UjrgkeMuALfTijNQta/video/b342eebd7c664a049493f6e18369bf3e.cnvs.mp4

FAQs

Package last updated on 02 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts