SpotifyMap - An iOS application, where the users can recommend songs to each other based on location
SpotifyMap
SpotifyMap is a native iOS application, where the users can recommend songs to each other based on location. The app can be used with a Spotify account together.
Installation
Clone the repository and in order to use the app, run the backend locally as well.
git clone https://github.com/Niklas-Seppala/SpotifyMap.git
Create a Config.xcconfig file at root of the source folder.
APP_ID = YOUR_SPOTIFY_APP_ID
APP_SECRET = YOUR_SPOTIFY_APP_SECRET
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.