Twitch Chat is an app that allows you to read a real-time Twitch chat.
- Real-time synchronization
- Multi-platform support
- External emoticon support
- Multi-channel support
- Local chat history storage
Clone the project
git clone git@github.com:SyntaxBreaker/twitch-chat.gitGo to the project directory
cd twitch-chatInstall dependencies
npm installStart the application
npm run start