/delp

Meta Simple Portuguese Dictionary

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Known Vulnerabilities js-standard-style

Dicionário Em-Linha de Português (DELP)

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

Install as local service

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

Install as webservice

git clone https://github.com/jfoclpf/delp
cd delp
npm install
node server.js --host <mydomain.pt>