aboutsummaryrefslogtreecommitdiff
path: root/script.js
AgeCommit message (Collapse)AuthorFilesLines
2025-11-05Refactor fetchWordleAnswer to use proxy APIHEADmainBobby1-4/+24
Updated fetchWordleAnswer function to use a proxy for API requests and added error handling.
2025-11-05Refactor date handling and improve error messagesBobby1-66/+36
Removed the isDateAllowed function and refactored related code. Simplified error handling and improved toast message display.
2025-11-05Add Wordle game interface with theme and date selectionBobby1-0/+479
This script implements a Wordle game interface, allowing users to toggle themes, select dates, and fetch answers from an API. It includes functions for date formatting, error handling, and updating meta tags for sharing.