Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
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 install
npm start
It will open a http server which you can access with your browser at http://localhost:3038
Install the package and ensure no scripts are run
npm install delp
Now use the API
const delp = require('delp')
delp.getWordMeaning('amor', (err, result) => {
if (err) {
// handle the error
return
}
console.log(results) /*
[
'Sentimento que induz a aproximar, a proteger ou a conservar a pessoa pela qual se sente afeição ou ; grande afeição ou afinidade forte por outra pessoa',
'Sentimento intenso de entre duas pessoas',
'Ligação com outrem, incluindo geralmente também uma ligação de cariz sexual',
'Disposição dos para querer ou fazer o bem a algo ou alguém',
'Entusiasmo ou grande interesse por algo',
'Aquilo que é desse entusiasmo ou interesse',
'Qualidade do que é suave ou delicado',
'Pessoa considerada simpática, agradável ou a quem se quer agradar',
'Aquilo que é considerado muito positivo ou agradável',
'Ligação intensa de filosófico, religioso ou transcendente',
'Grande dedicação ou cuidado',
'Sentimento, na literatura medieval, que se caracteriza por uma relação de vassalagem entre o cavaleiro e a sua amada',
'Ligação que recusa as convenções sociais e as instituições legais, o casamento',
'Ligação espiritual e sem desejo sexual ou sensual',
'De forma desinteressada',
'Por causa de; em atenção a'
] */
})
git clone https://github.com/jfoclpf/delp
cd delp
npm install
node server.js --host <mydomain.pt>
FAQs
Meta Simple Portuguese Dictionary
The npm package delp receives a total of 0 weekly downloads. As such, delp popularity was classified as not popular.
We found that delp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.