Skip to content
/ room Public

[WIP] A nextJS server that servers a React component for visualizing video clips, similar to what's on twitch.tv

Notifications You must be signed in to change notification settings

narajaon/room

Folders and files

NameName
Last commit message
Last commit date
May 15, 2020
May 15, 2020
Mar 21, 2020
May 15, 2020
Mar 4, 2020
Mar 17, 2020
Mar 25, 2020
Mar 17, 2020
May 15, 2020
Mar 17, 2020
May 15, 2020
Feb 16, 2021
Feb 16, 2021

Repository files navigation

room

A nextJS / express server that serves a React component for visualizing twitch clips, similar to what's on twitch.tv

twitch

usage

As twitch needs both a client id and a client secret to make requests to its REST api, you need to create a developer account first. Then you need to generate the credentials and put them in a secret.json at the root of the project like so :

{
  "client_id": <my client id>,
  "client_secret": <my client secret>
}

Then just run npm run dev and go to your localhost:3000

About

[WIP] A nextJS server that servers a React component for visualizing video clips, similar to what's on twitch.tv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published