From 12bd08276abdf4a5f43eec9105581748a740fc6e Mon Sep 17 00:00:00 2001 From: Phillip Nielsen Date: Tue, 19 Dec 2017 23:26:04 -0600 Subject: [PATCH] add README for running info --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fc6413 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# trisongulate + +Take three songs and recommend a playlist of songs. + +### To Run + +1. Install [dep](https://github.com/golang/dep) +1. `dep ensure` +1. fill in local.env with Spotify creds +1. `docker-compose up --build` +1. Enjoy those tunes that are spit out! + +#### Awesome Libraries Used + +- https://github.com/zmb3/spotify \ No newline at end of file