New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

haikudos

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haikudos

Generates a random provocative Haiku

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

Haikudos

A fairly simplistic Node.js module I created for a chatbot to allow it to write Haikus on request and at specific times throughout the day. It uses preset word patterns to ensure the result makes sense to the reader.

To add to your node, run the following

npm install haikudos --save

And then it can be used in your code as follows

var Haikudos = require('haikudos');

Haikudos(function(haiku) {
  console.log(haiku);
});

If you'd like to see how the resulting Haikus look, my bot tweets them quite often.

Keywords

Haiku

FAQs

Package last updated on 20 Apr 2016

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