Skip to content

Instantly share code, notes, and snippets.

View daytonmills's full-sized avatar

Dayton Mills daytonmills

View GitHub Profile

Keybase proof

I hereby claim:

  • I am daytonmills on github.
  • I am daytonmills (https://keybase.io/daytonmills) on keybase.
  • I have a public key ASBwZ2nDl6DiO_sSuRkdOl2X1O0p5qAVY0w2GO1lapTCDwo

To claim this, I am signing this object:

const http = require("http");
const phrases = require("insult-compliment");
const PORT = 7000,
PORT2 = 7500;
function beNice(request, response) {
response.end(phrases.Compliment());
}