start-spotify
A node script that launches the Spotify desktop application
Usage
const startSpotify = require('start-spotify');
startSpotify()
.then(() => console.log("Spotify is running!"))
.catch(err => console.log("Oh, no!"));
Launch the Spotify desktop application
Homepage Repository npm JavaScript Download
A node script that launches the Spotify desktop application
const startSpotify = require('start-spotify');
startSpotify()
.then(() => console.log("Spotify is running!"))
.catch(err => console.log("Oh, no!"));