Skip to content

Project for TimeEnjoyed's codejam - Team Members: GAMIS65

License

Notifications You must be signed in to change notification settings

TimeEnjoyed/gamis65

 
 

Repository files navigation

Twitch Clip Rewind

Project for TimeEnjoyed's codejam

Look back in time at your best stream highlights.

A simple website that "generates" a "rewind" from your most viewed Twitch clips from a specific time period.

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Requirements

NodeJS >=16.14.0

Twitch client ID and client secret

How to install

git clone https://github.com/GAMIS65/twitch-clip-rewind.git
cd twitch-clip-rewind
npm install

Put your Twitch client ID and client secret into the .env.local file.

How to run

To run in dev mode:

npm run dev

To run in production mode:

npm run build
npm run start

About

Project for TimeEnjoyed's codejam - Team Members: GAMIS65

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.6%
  • JavaScript 6.8%
  • CSS 0.6%