A brilliant web application that uses the Twitch API to create a stream client
- Open your terminal
:)
- Clone the repository
git clone https://github.com/caffeinealgorithm/twitchy-son.git
- Enter to the repository directory
cd twitchy-son
- Install all the dependencies
yarn install
ornpm install
- Get your Twitch API Client ID
- Set your Client ID in the
.env
fileREACT_APP_CLIENT_ID=""
- To start everything up
yarn start
ornpm run start
- Open your browser and feel free to watch an amazingly stream
- Not including external requests in unit testing (ex. Not making an actual request ~ but checking if the status code is different from
200
); - Can't miss the importance of an CI workflow.
- Be careful, don't waste your time watching too many streams (go outside).