Skip to content
This repository was archived by the owner on Sep 1, 2022. It is now read-only.

Commit d755709

Browse files
authored
Update README.md
1 parent 1c95c87 commit d755709

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

apps/music/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ languages:
55
products:
66
- windows
77
- windows-uwp
8+
description: "A music app written for UWP and tvOS by using Xamarin to share the business logic, view models, playlist management, cloud and device communication."
89
---
910

1011
<!---
@@ -26,27 +27,25 @@ The app lets a group of friends collaborate on the music selection process and s
2627

2728
The UI is written using the native controls and affordances of each platform. Using the shared project, additional platforms such as Android and iOS can easily be added.
2829

29-
# Setup
30+
## Setup
3031

31-
## Keys.cs
32+
### Keys.cs
3233
To run the app yourself, you will need to populate the Music.PCL/Keys.cs file for the following services:
3334

34-
### 1. Azure App Service
35+
#### 1. Azure App Service
3536

3637
The backend for Backdrop runs as a free App Service on Azure. If you don't have an Azure account, you can create a free account [here](https://azure.microsoft.com/free/).
3738
To publish the App Service to your Azure account, right click on the **music_appService** project in Visual Studio and click on **Publish**. Follow the steps to create a new App Service or publish the project to an existing App Service. Use the url of the App Service as the **SERVICE_URL** in Keys.cs
3839

39-
### 2. Twitter
40+
#### 2. Twitter
4041

4142
Twitter is used to authenticate a user to the Backdrop service and use their profile image. Backdrop uses the [UWP Community Toolkit](https://github.com/Microsoft/UWPCommunityToolkit) Twitter Service for authentication which requires a consumer key, consumer secret, and callback uri. Follow the steps [here](https://apps.twitter.com/app/new) to create a new Twitter app and paste the keys in Keys.cs once done. Visit the [UWP Community Toolkit documentation](https://developer.microsoft.com/en-us/windows/uwp-community-toolkit/services/twitter.htm) for more details.
4243

43-
### 3. Soundcloud
44+
#### 3. Soundcloud
4445

4546
Backdrop uses Soundcloud for it's music service and the API requires a client id, client secret, and redirect url. [Register a new SoundCloud app](http://soundcloud.com/you/apps/new) and paste the required information in Keys.cs
4647

47-
***
48-
49-
## Next Steps ##
48+
## Next Steps
5049
<!--- #### - Download the sample from the Windows Store. --->
5150

5251
#### - Read the [blog post](https://blogs.windows.com/buildingapps/2016/09/23/background-audio-and-cross-platform-development-with-xamarin-app-dev-on-xbox-series)

0 commit comments

Comments
 (0)