0.1.9 • Published 3 years ago

find-artikel v0.1.9

Weekly downloads
25
License
MIT
Repository
-
Last release
3 years ago

Find Artikel

License: MIT npm package downloads size

A library and CLI tool which uses Yandex Dictionary API to find the artikels of German words.

CLI

Installing this package globally adds find-artikel, findartikeland facommands to your PATH. Use -hor --hflags for getting help and use -vor --vflags for versioning.

npm i -g find-artikel

find-artikel apfel # "der"
findartikel auto # "das"
fa brille # "die"

Library

const { findArtikel } = require('find-artikel')

findArtikel('schlange').then((res) => {
  console.log(res) // "die"
})

Contributing

Please check CONTRIBUTING.md

TODO

  • Improve Documentation
  • Add Unit Tests
  • Add ESLint
  • Migrate to TypeScript

Contributors

Kaan Gökdemir - Author (@kaangokdemir) - kaangokdemir.com

License

MIT

0.1.8-test.0

3 years ago

0.1.8-test.1

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago