# Play Music Client (pmc)

Simple nodewebkit app to serve as a client for google play music

## Install

```
npm install pmc -g
```

## Run

On terminal

```
pmc
```

## Shortcuts

PMC expose shortcuts through some http apis

 - Next song: http://localhost:3333/next
 - Previous song: http://localhost:3333/previous
 - Play/pause: http://localhost:3333/togglePlay
