Awesome
Catify
Utility for Spotify, even your 😼 can use Spotify now !
- Show Catify: <kbd>Ctrl</kbd> <kbd>P</kbd> <kbd>/</kbd>
- Play track on search results: <kbd>Ctrl</kbd> <kbd>Number</kbd>
- Save to library : <kbd>Ctrl</kbd> <kbd>P</kbd> <kbd>]</kbd>
- Remove from library : <kbd>Ctrl</kbd> <kbd>P</kbd> <kbd>[</kbd>
- Save to Playlist : <kbd>Ctrl</kbd> <kbd>P</kbd> <kbd>=</kbd>
- Remove from Playlist : <kbd>Ctrl</kbd> <kbd>P</kbd> <kbd>-</kbd>
Screenshot
Install
To install it download the latest release for your platform (OS X).
If you're a developer 💻 Clone the repo via git:
git clone https://github.com/MeoBeoI/Catify.git
And then install dependencies.
$ cd Catify && npm install
Run
Run this two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hot
or run two servers with one command
$ npm run dev
*Note: requires a node version >= 6 and an npm version >= 3
Package
$ npm run package