https://github.com/MeoBeoI/Catify
Utility for Spotify, even your cat can use Spotify now !
https://github.com/MeoBeoI/Catify
electron material-ui react spotify
Last synced: 5 months ago
JSON representation
Utility for Spotify, even your cat can use Spotify now !
- Host: GitHub
- URL: https://github.com/MeoBeoI/Catify
- Owner: MeoBeoI
- License: mit
- Created: 2016-03-11T08:30:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T17:11:34.000Z (over 4 years ago)
- Last Synced: 2024-08-03T16:08:55.906Z (9 months ago)
- Topics: electron, material-ui, react, spotify
- Language: JavaScript
- Homepage:
- Size: 810 KB
- Stars: 65
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron - Catify - Utility for Spotify. (Apps / Open Source)
- awesome-electron-zh - Catify - Utility for Spotify. (Apps / Open Source)
- awesomeelectron - Catify - Utility for Spotify. (Apps / Open Source)
README
[](https://github.com/sindresorhus/awesome-electron)

[](http://stackshare.io/MeoBeoI/catify)
# Catify
Utility for **Spotify**, even your 😼 can use **Spotify** now !- Show Catify: Ctrl P /
- Play track on search results: Ctrl Number
- Save to library : Ctrl P ]
- Remove from library : Ctrl P [
- Save to Playlist : Ctrl P =
- Remove from Playlist : Ctrl P -## Screenshot

## Install
To install it download the latest release for your platform (OS X).
If you're a developer 💻
Clone the repo via git:```bash
git clone https://github.com/MeoBeoI/Catify.git
```And then install dependencies.
```bash
$ cd Catify && npm install
```## Run
Run this two commands __simultaneously__ in different console tabs.
```bash
$ npm run hot-server
$ npm run start-hot
```or run two servers with one command
```bash
$ npm run dev
```*Note: requires a node version >= 6 and an npm version >= 3
## Package
```bash
$ npm run package
```## Maintainers
- [MeoBeoI](https://github.com/meobeoi)
## Related Resources
- [electron-react-boilerplate](https://github.com/chentsulin/electron-react-boilerplate)
- [Menubar](https://github.com/maxogden/menubar)
- [material-ui](http://www.material-ui.com)