Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 507 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 507 Bytes

Followers on Twitch

A simple Blazor Web App that authenticates with Twitch and displays followers for the logged in user.

Requirements

Configuration

You must provide a Twitch App Client ID and Secret by using either:

  • Environment Variables
    • TWITCH__CLIENTID
    • TWITCH__CLIENTSECRET
  • appsettings.json
    • "Twitch:ClientId"
    • "Twitch:ClientSecret"

Runtime

  • .NET 5

References