Skip to content

an algorithmic twitch game recommendation app, that fetches data from the Twitch API and uses user input to calculate if what games the user should stream.

Notifications You must be signed in to change notification settings

AmishAlvi/Twitch-game-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

To run code:

  1. Create an application on twitch and get a client-id and client secret

  2. Create a .env file and define the following environment variables:

    REACT_APP_CLIENT_ID= "your client id"

    REACT_APP_CLIENT_SECRET= "your client secret"

  3. In the project drectory run:

npm install

  1. Run the application with:

npm start

Hope this helps 😊

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

an algorithmic twitch game recommendation app, that fetches data from the Twitch API and uses user input to calculate if what games the user should stream.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published