This is a meta and simple portuguese dictionary that uses jsdom to fetch the meanings of the words from the most renowned dictionaries, and cleans the meaning from visual garbage and visual noise
Clone it, install dependencies and start the http server
git clone https://github.com/jfoclpf/delp
cd delp
npm ci
npm start
It will open a http server which you can access with your browser at http://localhost:3038
git clone https://github.com/jfoclpf/delp
cd delp
npm install
node server.js --host <mydomain.pt>