Skip to content

TimeEnjoyed/TS-SQUAD

 
 

Repository files navigation

TWITCH CODE JAM - TimeEnjoyed

  • This is supposed to be a typing racer for the twitch community, where chat can join in an race, with a leaderboard at the end

  • Unfortunately due to time constraints, its just a plain old typing test

  • Deployed version, cuz idk how you'd download and demo without the auth-id/secret

  • https://twitch-codejam.vercel.app/

RUNNING LOCALLY

  1. Add TWITCH_CLIENT_ID, TWITCH_CLIENT_SECRET to .env - both obtained from dev.twitch/console/apps
  2. Add NEXT_PUBLIC_SECRET to env as well, which can be anything
  3. Finally, within the same place the twitch id and secret is generated, add the redirect-url in the following format http://<your-next-app-url>/api/auth/callback/twitch

About

Team Members: @izee (directstar1)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.8%
  • JavaScript 19.8%
  • CSS 0.4%