Surround is an Android app that allows users to discover new music by their location within 1000 feet. You can add music to a location by simply listening to songs with your normal media player. You can play songs you discover with Spotify, Pandora, Google Play Music, or Youtube.
The backend uses node.js and mongodb. So both must be installed before running the backend.
Once both are installed, simply run the following command in the backend directory:
npm install
Once all packages have been installed, you can run
node app.js
The android app uses gradle, so simplying importing the project in Android Studio using gradle should work.
- Best use of Google API, Hardware, or Tool
- Finalist
- Champion
Copyright 2015 Eddie Penta
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.
