1.0.9 • Published 3 years ago

etimoloji v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago