This is a simple approach to create wordle for your command line.
Firstly, install the package
npm:
npm install -g dwordle
You can run it by just typing dwordle. In addition you can use a flag to get access to the emoji board for sharing your result.
dwordle -e true
Contribute away.
Daniyaal Beg (@daniyaalbeg)