https://github.com/paulgreg/word-of-the-day-server
An API to get a random word each day and translated it in a few languages using chatGPT
https://github.com/paulgreg/word-of-the-day-server
chatgpt nodejs typescript word-of-the-day
Last synced: 4 months ago
JSON representation
An API to get a random word each day and translated it in a few languages using chatGPT
- Host: GitHub
- URL: https://github.com/paulgreg/word-of-the-day-server
- Owner: paulgreg
- License: mit
- Created: 2024-12-21T14:53:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-25T12:50:42.000Z (6 months ago)
- Last Synced: 2025-06-20T23:07:04.685Z (4 months ago)
- Topics: chatgpt, nodejs, typescript, word-of-the-day
- Language: CSS
- Homepage: https://hackaday.io/project/202066-multilingual-word-of-the-day
- Size: 340 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word of the day - server
An API to get a random word and translation in a few languages. It uses ChatGPT for translations.
The purpose of that project is to serve the word of the day for the [eink esp32 display device](https://github.com/paulgreg/esp32_word-of-the-day).
## Generate word daily
npm run build && OPENAI_API_KEY="your-key" npm run generate-word-of-the-day
## Sources
- [5000 words list from Oxford](https://www.oxfordlearnersdictionaries.com/wordlists/oxford3000-5000)
- [simple css](https://simplecss.org/)