Skip to content

Commit

Permalink
Link to GH
Browse files Browse the repository at this point in the history
  • Loading branch information
starzonmyarmz committed Sep 24, 2024
1 parent 98ddc1c commit 8edc4d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posts/daily-inspirational-word.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ nice and lean, and it’s footprint is only 6.5kb.
While I’m not a huge fan of AI, I did leverage ChatGPT on obtaining 366
inspirational words. The benefit to ChatGPT was being able to get it to return
the words as an array—cutting down on the tedium of having to convert the words
I already had into an array. The words are stored in it’s own JSON file, and I
use an async/await function to pull in the words, and then process the data upon
I already had into an array. The [words are stored in it’s own JSON file](https://github.com/starzonmyarmz/daily-inspirational-word/blob/main/words.json), and I
use an [async/await function to pull in the words](https://github.com/starzonmyarmz/daily-inspirational-word/blob/main/script.js), and then process the data upon
return.

## Worth the effort
Expand Down

0 comments on commit 8edc4d1

Please sign in to comment.