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

Latest commit

 

History

History
24 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

24 lines (20 loc) · 1.1 KB

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]