Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoDog896 authored and github-actions[bot] committed Jul 6, 2024
1 parent bad6987 commit 3d9d39a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ uses the ny times API: `https://www.nytimes.com/svc/wordle/v2/YYYY-MM-DD.json`
<details>
<summary>click to see yesterday's wordle</summary>

debut
crush

</details>

Expand All @@ -16,7 +16,7 @@ uses the ny times API: `https://www.nytimes.com/svc/wordle/v2/YYYY-MM-DD.json`
<details>
<summary>click to see today's wordle</summary>

crush
scoff

</details>

Expand All @@ -25,6 +25,6 @@ uses the ny times API: `https://www.nytimes.com/svc/wordle/v2/YYYY-MM-DD.json`
<details>
<summary>click to see tomorrow's wordle</summary>

scoff
canon

</details>
16 changes: 8 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"yesterday": {
"id": 1595,
"solution": "debut",
"print_date": "2024-07-04",
"days_since_launch": 1111,
"editor": "Tracy Bennett"
},
"today": {
"id": 1988,
"solution": "crush",
"print_date": "2024-07-05",
"days_since_launch": 1112,
"editor": "Tracy Bennett"
},
"tomorrow": {
"today": {
"id": 1726,
"solution": "scoff",
"print_date": "2024-07-06",
"days_since_launch": 1113,
"editor": "Tracy Bennett"
},
"tomorrow": {
"id": 1174,
"solution": "canon",
"print_date": "2024-07-07",
"days_since_launch": 1114,
"editor": "Tracy Bennett"
}
}

0 comments on commit 3d9d39a

Please sign in to comment.