
Security News
Node.js Moves Toward Stable TypeScript Support with Amaro 1.0
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
TDK (Türk Dil Kurumu) sözlüğünden kelime anlamlarını, köken bilgilerini ve atasözlerini getiren Node.js paketi.
✅ Ücretsiz Kullanım!
🔍 Türkiye Türkçesi Sözlüğü (TDK) API Wrapper ile kelime anlamlarını, köken bilgilerini, atasözlerini ve örnek cümleleri kolayca alabilirsiniz.
Ayrıca, .txt
dosyası ile toplu kelime sorgulama ve CLI desteği ile terminalden kullanım mümkündür! 🚀
npm install -g turkce-js
📌 Global kurulum ile terminalde CLI desteğini kullanabilirsiniz!
✅ TDK Sözlük’ten kelime anlamlarını getirir.
✅ Kelimenin kökenini, eklerini, atasözlerini ve örnek cümlelerini döndürür.
✅ CLI desteği ile terminalden hızlı kullanım sağlar.
✅ .txt dosyası ile toplu kelime kontrolü yapabilirsiniz.
const { getWordDefinition, batchLookup } = require("turkce-js");
async function main() {
const kelime = await getWordDefinition("ağaç");
console.log(kelime);
}
main();
📌 Çıktı Örneği:
{
"word": "ağaç",
"meanings": ["Uzun ömürlü, odunsu gövdeli bitki."],
"origin": "Türkçe",
"suffix": null,
"proverbs": ["Ağaç yaşken eğilir."],
"examples": [
{
"sentence": "Bahçeye yeni bir ağaç diktik.",
"author": "Mehmet Akif"
}
],
"relatedWords": ["ağaçkakan", "ağaç işleri"]
}
📌 Tek Kelime Arama:
turkce-js kelime bilgisayar
⏩ Çıktı: "Veri işleme amacıyla kullanılan elektronik aygıt."
📌 Toplu Kelime Kontrolü (.txt
Dosyası ile)
Dosya (kelimeler.txt
):
ağaç
bilgisayar
sevgi
ışık
Terminalde çalıştır:
turkce-js dosya kelimeler.txt
⏩ Tüm kelimelerin anlamlarını içeren JSON çıktısı alırsınız.
Bu proje MIT Lisansı ile korunmaktadır.
🚀 Türkçeyi keşfetmeye hazır mısın? 🇹🇷
FAQs
TDK (Türk Dil Kurumu) sözlüğünden kelime anlamlarını, köken bilgilerini ve atasözlerini getiren Node.js paketi.
The npm package turkce-js receives a total of 0 weekly downloads. As such, turkce-js popularity was classified as not popular.
We found that turkce-js demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Amaro 1.0 lays the groundwork for stable TypeScript support in Node.js, bringing official .ts loading closer to reality.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.