This website is for who don’t know when the Fish It events started on their local time.
- Real-time countdown timers for all events
- Automatic timezone detection and conversion
- Support for English and Indonesian
- Clean and simple interface
Event data is fetched from the Roblox Virtual Events API:
GET https://apis.roblox.com/virtual-events/v1/universes/{universeId}/virtual-events
# Git clone the repository
git clone https://github.com/YoruAkio/FishItEvent.git
# Go to the project directory
cd FishItEvent
# Install dependencies
bun install
# Run development server
bun dev
# or
# Build for production
bun run buildContributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.