Skip to content

garrettmmoore/twitch-analytics-site

Repository files navigation

Twitch Analytics Site

A web application to analyze Twitch stream and game analytics.

Fetch game data and user profile data.

Technology

  • React
  • Node.js
  • Chakra UI

Requirements

Run locally

  1. From the root directory, navigate into the functions directory and install Node Dependencies ->

    cd functions
    npm install
  2. Copy the values from .env.example into a new .env file to set up your credentials

  3. From the root directory, navigate into the client directory and install Node Dependencies ->

    cd client
    npm install
  4. Copy the values from .env.example into a new .env file to set up your credentials

  5. Return to the root of the project, install dependencies, and start both the backend and frontend servers ->

    npm install
    npm start
  6. When both servers are running, navigate to https://localhost:3000 in your browser and test out the application by entering in a Twitch username to fetch user data from the Twitch API

Resources

About

Analyze Twitch streamer and game analytics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published