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.