Socket
Socket
Sign inDemoInstall

find-artikel

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-artikel

A library and CLI tool which finds artikels of German words.


Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 14 Feb 2021

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc