New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

kraut

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kraut

collection of famous german words

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Build Status

Kraut

A snappy collection of famous german words.

Installation

npm install kraut

Usage

First require kraut

var kraut = require('kraut');

Usage of kraut

Kraut contains five collections of words (nouns, exclamations, greetings, verbs and adjectives)

var nouns = kraut.nouns;
var greetings = kraut.greetings;
var exclamations = kraut.exclamations;
var verbs = kraut.verbs;
var adjectives = kraut.adjectives;
var articles = kraut.articles;

Use method random() to get random word of the collection

// get random noun
kraut.nouns.random();

Use method all() to get all words of the collection

// get all nouns
kraut.nouns.all();

Usage of ipsum

Make a random sentence.

// make random sentence
kraut.ipsum.makeSentence();

Tests

npm test

Contributing

Feel free to add beautiful german words.

Please mind that I will reject pull request for inappropriate content.

Keywords

FAQs

Package last updated on 20 Mar 2017

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