Twitch-Stats is a web application built using Next.js and TypeScript that displays real-time data for the most viewed streamers and clips on Twitch.tv. It provides daily, weekly, and monthly statistics for the most viewed clips, and allows users to watch the clips directly on the web application.
- Real-time data: The application fetches and displays up-to-date statistics for the most viewed streamers and clips on Twitch.tv.
- Clip categories: Users can view the most viewed clips based on daily, weekly, and monthly time periods.
- Clip playback: Users can watch the clips directly on the web application without leaving the site.
- Next.js: A React framework for building server-side rendered and static websites.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- Twitch API: The application uses the Twitch API to fetch data about the most viewed streamers and clips.
- HTML5 Video Player: The web application utilizes HTML5 video player to enable clip playback.
Contributions to Twitch-Stats are welcome! If you have any improvements or bug fixes, feel free to submit a pull request. Please make sure to follow the contributing guidelines when contributing to this project.