Skip to content

BWsix/spotify-now

Repository files navigation

Spotify Now

photo

2023.04.03 update

  • this project only works with node version 12, as johnny-five is being used
  • when node version is set to 12, yarn global install might or might not work depending on what global packages you installed
  • therefore, the best way to try this project out is to clone and build the project yourself

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

DEMO

https://www.youtube.com/watch?v=yVyv0xTs-cE