Blazor & WASM in combination to get statistics from Spotify API for performing the song analysis. With separate microservices for auth, Spotify, user data tracking, and application, connected through gRPC with Polly.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

StatsService.cs 130B

123456789
  1. using GrpcShared.Interfaces;
  2. namespace SpotifyService.Services
  3. {
  4. public class StatsService : IStatsService
  5. {
  6. }
  7. }