start-spotify

Launch the Spotify desktop application


Keywords
spotify, start, launch
License
MIT
Install
npm install start-spotify@0.2.2

Documentation

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!"));