https://github.com/bwsix/spotify-now
hummm
https://github.com/bwsix/spotify-now
Last synced: 3 months ago
JSON representation
hummm
- Host: GitHub
- URL: https://github.com/bwsix/spotify-now
- Owner: BWsix
- License: mit
- Created: 2021-11-21T05:21:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T13:38:25.000Z (over 3 years ago)
- Last Synced: 2025-03-16T23:19:50.242Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Now

## 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
```bash
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](https://developer.spotify.com/dashboard/applications))
```bash
spotify-now login --id --secret
```
3. Firmware
1. Open [Arduino IDE](https://www.arduino.cc/en/software)
1. Verify correct port and board
1. Navigate to File > Examples > Firmata > StandardFirmataPlus
1. 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
```bash
spotify-now start
```
## DEMO