diff --git a/data/dutch/words.json b/data/dutch/words.json index 8ba8e91..71c8996 100644 --- a/data/dutch/words.json +++ b/data/dutch/words.json @@ -2498,6 +2498,144 @@ "id": 500, "word": "zaken", "definition": "Affairs" + }, + { + "id": 501, + "word": "astringent", + "definition": "escribes something that tastes or smells biting or sharp or that irritates the eyes and nose " + }, + { + "id": 502, + "word": "eukaryotic", + "definition": "an organism whose basic structural unit is a cell containing specialized organelles and a membrane-bound nucleus" + }, + { + "id": 503, + "word": "jingoistic", + "definition": "militantly nationalistic or chauvinistic" + }, + { + "id": 504, + "word": "paroxysmal", + "definition": "sudden and uncontrolled" + }, + { + "id": 505, + "word": "pleiotropic", + "definition": "Genetics. responsible for or affecting more than one phenotypic characteristic" + }, { + "id": 506, + "word": "reification", + "definition": "the act of treating something abstract" + }, { + "id": 507, + "word": "phenomenological", + "definition": "of, relating to, or based on observed or observable facts" + }, { + "id": 508, + "word": "pugilistic", + "definition": "relating to or involving fighting with the fists, especially professional boxing" + }, { + "id": 509, + "word": "abeyance", + "definition": "being inactive or suspended" + }, { + "id": 510, + "word": "abeyant", + "definition": "latent" + }, { + "id": 511, + "word": "abolitionist", + "definition": "person wanting something ended" + }, { + "id": 512, + "word": "affranchise", + "definition": "emancipate" + }, { + "id": 513, + "word": "affray", + "definition": "fight" + }, { + "id": 514, + "word": "affricate", + "definition": "a phoneme which combines a plosive with an immediately following fricative or spirant sharing the same place of articulation" + }, { + "id": 515, + "word": "agglomerate", + "definition": "collect or form into a mass or group." + }, { + "id": 516, + "word": "agglutinate", + "definition": "firmly stick or be stuck together to form a mass." + }, { + "id": 517, + "word": "aggrandization", + "definition": "The act of aggrandizing, or the state of being aggrandized or exalted in power, rank, honor, or wealth; exaltation; enlargement." + }, { + "id": 518, + "word": "anchorite", + "definition": "a religious recluse." + }, { + "id": 519, + "word": "anchorage", + "definition": "A place where vessels anchor" + }, { + "id": 520, + "word": "anecdotal", + "definition": "not necessarily true or reliable," + }, { + "id": 521, + "word": "dandify", + "definition": "to ressemble a dandy" + }, { + "id": 521, + "word": "daredeviltry", + "definition": "reckeless daring" + }, { + "id": 522, + "word": "daubings", + "definition": " to spread a thick or sticky liquid on something" + }, { + "id": 523, + "word": "daunt", + "definition": "making someone feel intimidiated" + }, { + "id": 524, + "word": "distress", + "definition": "extreme anxiety or sorrow" + }, { + "id": 525, + "word": "defforestation", + "definition": "removal of trees without replacemnt" + }, { + "id": 526, + "word": "afforestation", + "definition": "planting of trees to replace those removed" + }, { + "id": 527, + "word": "afflatus", + "definition": "inspiration" + }, { + "id": 528, + "word": "agamogenetic", + "definition": "asexual" + }, { + "id": 529, + "word": "affidavit", + "definition": "written legal decleration" + }, { + "id": 530, + "word": "affiance", + "definition": "promise" + }, { + "id": 531, + "word": "affectionateness", + "definition": "cordialnes" + }, { + "id": 532, + "word": "aery", + "definition": "vapory" } ] + diff --git a/index.js b/index.js index 9c195d2..9f4fc59 100644 --- a/index.js +++ b/index.js @@ -28,5 +28,5 @@ app.use((err, req, res, next) => { const port = process.env.PORT || 3000; app.listen(port, function() { - console.log('listening on port ' + port); + console.log('listening on port localhost: ' + port); });