Wake You In Music
Android alarm application work with spotify and deezer SDK
Play Store
You can register for the beta opt-in from play store.
Project setup
This project are based on gradle build system. You can import the code via android studio.
Add theses line to your local gradle.properties
WAKE_YOU_IN_MUSIC_KEYSTORE_PASSWORD=XXX
WAKE_YOU_IN_MUSIC_KEY_PASSWORD=XXX
If you are working on the Backend you have to add these environment variable to you'r system and the appengine-web.xml
SPOTIFY_CLIENT_SECRET=XXX
SPOTIFY_CLIENT_ID=XXX
Contributing
Feel free to improve the code and send me pull requests!
License
Copyright 2014 Cédrick Flocon
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.