Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 771 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 771 Bytes

GimmePlay turns your Gimme Bar collections into playlists. It's build in Node.js and powered by the Gimme Bar API.

Installation

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

Contributors