Skip to content
View domshyra's full-sized avatar
Block or Report

Block or report domshyra

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
domshyra/README.md

Web Api

domshyra

Grabs spotify playlists based on appsettings Spotify:Username value.

Written in .Net and react

deployed to https://www.domshyra.com

There are a few examples of how this project has progressed or the other technologies that have improved over time

Here is a sample version in containers

Here is a the upgrade to rtkQuery

Getting Started

API

might have to run dotnet dev-certs https --trust for api

Spotify will only work with a usersecrets file containing

{
  "Spotify:ClientId": "SpotifyClientId",
  "Spotify:ClientSecret": "SpotifyClientSecret"
}

run the following commands to add secrets.

dotnet user-secrets init

dotnet user-secrets set "Spotify:ClientId" "SpotifyClientId"

dotnet user-secrets set "Spotify:ClientSecret" "SpotifyClientSecret"

inorder to use the rating features on play list run dotnet ef database update

in vscode use ".NET core launch"

Web

run npm install in vscode use "Launch Chrome against localhost" or run npm start

Pinned

  1. domshyra domshyra Public

    personal website

    C# 1 4

  2. ExcelExtensions ExcelExtensions Public

    Excel extensions for C#

    JavaScript 1