An open API service indexing awesome lists of open source software.

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

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/)