1.0.9 • Published 4 years ago

etimoloji v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Etimoloji

Türkçe kelimelerin kökenlerini göstermek için https://api.etimolojiturkce.com/searchdetailed Adresine istek gönderen bir paket.

⚠ Bu paket sadece api.etimolojiturkce.com adresinden gelen çıktıları derli toplu bir şekilde kullanıcıya sunar. Hatalar oluşabilir.

Örnek Kullanım

const etimoloji = require('etimoloji')

etimoloji.search("merhaba", response => {
                 console.log(`Kelimenin kökeni ${response.name}`)
                 console.log(`Açıklama ${response.result}`)
                 console.log(`İlgili web adresi ${response.link}`)
 })
1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago