Skip to content

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

License

Notifications You must be signed in to change notification settings

nullforce-streaming/followers-on-twitch

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published