0.1.3 • Published 2 years ago

spotify-now v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Spotify Now

Getting Started

  1. Install the package

    yarn global add spotify-now
  2. Initialize your app by running the following command. \ (note that you need to add http://localhost:6969 to your Redirect URIs from the Spotify App Dashboard)

    spotify-now login --id {spotify-app-id} --secret {spotify-app-secret}
  3. Firmware

    1. Open Arduino IDE

    2. Verify correct port and board

    3. Navigate to File > Examples > Firmata > StandardFirmataPlus

    4. Load sketch onto board.

  4. Connect a RGB LED to (pwn) pins 11, 10, and 9 for red, green, and blue respectively,

  5. Start the app

    spotify-now start