Welcome to IsAnyone.Live! This web application allows users to track streamers from streaming platforms such as Kick, Youtube, and Twitch. It provides information such as their view count, thumbnail, stream title, game category, and importantly, whether or not they are currently live.
Visit the website to explore the application online Here.
Check out the IsAnyone.Live mobile app on the Google Play Store Here.
- Track streamers from Kick, Youtube, and Twitch.
- View real-time information such as view count, thumbnail, stream title, and game category.
- User-friendly interface built with React and styled with TailwindCSS.
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/captinturtle1/who-is-live
-
Navigate to the project directory:
cd who-is-live
-
Install dependencies:
npm install
-
Start the development server:
npm start
The application should now be running at http://localhost:3000.
For the backend functionality, check out the API repository.
For the mobile version, check out the React Native repository.
This project is licensed under the MIT License.