Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: about 2 months ago
JSON representation

Utility for Spotify, even your cat can use Spotify now !

Lists

README

        

[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome-electron)
![Travis](https://travis-ci.org/MeoBeoI/Catify.svg?branch=master)
[![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](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

![Catify](http://i.imgur.com/tki53Ll.gif)

## 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)