Tinder++

Forked from https://github.com/mfkp/tinderplusplus

####Install and run####

I don't know anything about nodejs, this is what I did to get it workin on Debian...

apt-get install npm libgconf2-4 libconf-2-4
cd /path/to/install/dir
git clone this-repo
cd this-repo
npm install
npm install isarray
npm install core-util-is
npm install inflight
npm install compress-commons
npm install bl
npm install xtend
npm install end-of-stream
cd desktop-app
npm install
cd ..
nodejs .
cd build/Tinder⁺⁺/linux64
./Tinder⁺⁺
```

### ISC License ###

Copyright (c) 2015, VibraMedia, LLC

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.