Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 254 Bytes

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