RichardsRobinR / Xpotify

A modern Spotify experience for Windows 10

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xpotify

A modern Spotify experience for Windows 10

English badge

How to build

Create a file named Secrets.cs in the Xpotify/ directory, and put the following content into it:

namespace Xpotify
{
    internal static class Secrets
    {
        internal static readonly string SpotifyClientId = "";
        internal static readonly string SpotifyClientSecret = "";
        internal static readonly string GoogleAnalyticsTrackerId = "";
    }
}

Sign up on Spotify Developer website and get an API key for yourself. Put Id and Secret that you get from Spotify into the SpotifyClientId and SpotifyClientSecret fields. You can leave the GoogleAnalyticsTrackerId empty.

About

A modern Spotify experience for Windows 10


Languages

Language:C# 80.8%Language:HTML 7.1%Language:JavaScript 6.1%Language:CSS 6.0%