FILTR for Spotify desktop
=========================

### Setup
```
git clone --recursive https://github.com/filtr/filtr-spotify-desktop.git
npm install
```

### Development
```
grunt dev
```


### Build
```
grunt build
```
