Skip to content
This repository has been archived by the owner on Sep 19, 2021. It is now read-only.

lobobabysaurus/ChuckJokes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chuck-jokes

A Chuck Norris Joke server implemented in Node
It supports both IPv4 and IPv6 as well as both TCP and UDP in line with IETF RFC-865

Install

The server can be installed globally with npm install -g chuck-jokes
If a port is not specified when running the server, it will run on port 17 and must be
run with root/admin rights.

Usage

Usage: chuck-jokes [options]

Options:
-f, --first First name to replace Chuck's in jokes [string]
-l, --last Last name to replace Chuck's in jokes [string]
-o, --only Comma separated list of categories to limit jokes [string]
-e, --exclude Comma separated list of categories to exclude jokes [string]
-c, --cache Times to loop through all jokes before cache refresh [default: 4]
-p, --port Port server will run on [default: 17]
-h, --help Show help [boolean]
--version Show version number [boolean]

About

A QOTD server implemented in Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published