From 2e302d7f8ce39f86b34ad52d8f4f3ac7257ead18 Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Mon, 1 Dec 2014 13:14:27 +0000 Subject: [PATCH] Add WIP disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1d3f818..b2a3a14 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,5 @@ Make sharing music from subscription services better. Give us one link (Rdio, Sp You'll need to have Rdio API keys (`RDIO_API_KEY` and `RDIO_API_SHARED`) and Google credentials (`GOOGLE_EMAIL` and `GOOGLE_PASSWORD`) and provide them via environment variables. Google doesn't provide an API for Play Music, hence this terrible hackery. To get started, first `npm install` and then run the app with `npm start` or tests with `npm test`. + +This is in super early development, has no design and only supports albums right now.