{"id":30726743,"url":"https://github.com/dp247/nyt-crossword","last_synced_at":"2025-09-03T13:43:51.955Z","repository":{"id":312937959,"uuid":"1048721950","full_name":"dp247/nyt-crossword","owner":"dp247","description":"Open source web app for playing NYT Mini Crossword","archived":false,"fork":false,"pushed_at":"2025-09-02T22:21:21.000Z","size":267,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T00:19:35.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dp247.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-01T23:29:16.000Z","updated_at":"2025-09-02T22:21:24.000Z","dependencies_parsed_at":"2025-09-03T00:34:46.391Z","dependency_job_id":null,"html_url":"https://github.com/dp247/nyt-crossword","commit_stats":null,"previous_names":["dp247/nyt-crossword"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/dp247/nyt-crossword","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp247%2Fnyt-crossword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp247%2Fnyt-crossword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp247%2Fnyt-crossword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp247%2Fnyt-crossword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dp247","download_url":"https://codeload.github.com/dp247/nyt-crossword/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dp247%2Fnyt-crossword/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273453717,"owners_count":25108473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-03T13:43:48.224Z","updated_at":"2025-09-03T13:43:51.943Z","avatar_url":"https://github.com/dp247.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧩 NYT Mini Crossword (Unofficial Web App)\n\nPlay any New York Times Mini Crossword in a polished, game-like web app.  \nBuilt with **React + Tailwind CSS** on the frontend and an **Express proxy** backend that fetches JSON.\n\n---\n\n## ✨ Features\n\n- ⬜ Dynamic crossword grid (supports 5×5, 6×6, and specials)\n- 🔀 Random puzzle loader\n- 🕒 Built-in timer with Start / Pause / Resume\n- 👀 Clues hidden until the timer starts (then re-hidden on pause)\n- ✅ Answer checking (correct = grey, wrong = red, blank = white)\n- ⌨️ Keyboard navigation:\n  - Arrow keys move caret\n  - Typing auto-advances\n  - Backspace clears/moves back\n  - Space/Tab toggles Across/Down\n  - Home/End jumps to start/end of word\n- 🎉 Surprise ending\n\n---\n\n## 🛠️ Tech Stack\n\n**Frontend**\n- React (via Vite)\n- React Router\n- Tailwind CSS\n\n**Backend**\n- Node.js + Express\n- In-memory cache (1 hour TTL)\n- Proxy headers required by NYT API\n\n**Build Tools**\n- Vite proxy in dev\n- Docker for easy distribution\n\n---\n\n## Running locally\n\nClone and install dependencies:\n\n```bash\ngit clone https://github.com/dp247/nyt-crossword.git\ncd nyt-crossword\nnpm install\n```\n\nRun:\n\n```bash\nnode server.js\nnpm run dev\n```\n\nGo to http://localhost:5173 to play!\n\n## Running with Docker\n\nVia GHCR:\n\n```bash\ndocker run -p 3001:3001 ghcr.io/dp247/nyt-mini:latest\n```\n\nVia download:\n\n```bash\ngit clone https://github.com/dp247/nyt-crossword.git\ncd nyt-crossword\ndocker build -t nyt-mini .\ndocker run -p 3001:3001 nyt-mini\n```\n\nGo to http://localhost:3001 to play!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdp247%2Fnyt-crossword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdp247%2Fnyt-crossword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdp247%2Fnyt-crossword/lists"}