This vocabulary tool in the command line terminal displays an English word with its meaning every time a new terminal is opened. Its purpose is to help me remember new words or vocabulary. It was created using Golang
- Framework CLI golang : github.com/urfave/cli/v2
- API Dictionary : https://api.dictionaryapi.dev/api/v2/entries/en/
- List English word : https://github.com/bitcoinjs/bip39/blob/master/src/wordlists/english.json
- Coloring text on Terminal : https://github.com/fatih/color