GimmePlay turns your Gimme Bar collections into playlists. It's build in Node.js and powered by the Gimme Bar API.
First, clone the app and install dependencies:
git clone [email protected]:andbirkebaek/gimmeplay.git my_gimmeplay
cd my_gimmeplay && npm install -d
Then, run the app:
COOKIE_SECRET=[cookie secret] SESSION_SECRET=[session secret] node app.js
[cookie secret]
& [session secret]
can be replaced by any string.
You should now be able to access it at localhost:3000