Find Artikel
A library and CLI tool which uses Yandex Dictionary API to find the artikels of German words.
CLI
npm i -g find-artikel
find-artikel apfel
Library
const { findArtikel } = require('find-artikel')
findArtikel('schlange').then((res) => {
console.log(res)
})
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
TODO
- Improve Documentation
- Add Unit Tests
- Add ESLint
- Migrate to TypeScript
Contributors
Kaan Gökdemir - Author (@kaangokdemir) - kaangokdemir.com
License
MIT