A Spotify App that lets you play songs from a built in command-line. It uses the Spotify API for accessing, searching for, and playing songs. It uses opt-parse.js for option parsing. It also uses the SendGrid API to send emails.
SpotiCLI won Best hack using the Spotify API and Best hack using the SendGrid API for Hollywood Hack Day 2013.
Note: Spotify developer account is required
Sign up here: https://developer.spotify.com/technologies/apps/
For Mac/Linux:
- Make a Spotify directory in your home directory if you don't already have one.
mkdir ~/Spotify
- Enter the directory and clone this repo.
cd ~/Spotify
git clone https://github.com/Goom11/SpotiCLI.git
- Open or restart Spotify, navigate to the 'Develop' menu and select 'Show Bundle Manager'
- Click on the 'Apps' tab and open SpotiCLI
- Clean up code
- Comment code
- Upgrade to new Spotify API
Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.
Please contribute by submitting pull requests.
Thanks!
Aman Agarwal
Daniel Duan