chabco / hello-http

Code-along practice using node.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

npm install this node module to your project: nerdsJS module

Helper functions

MDN has an example function that produces a random number between two values: MDN wed docs

if needed...

Assignment:

  • modify index.js so that it pulls a random character from the nerds module and sends an HTTP Response with their name.

Bonus features

  • Pull two characters and use their names as part of a madlib. (Please keep it SFW.)

Completed

  • Completed with use of Harry Potter and Star Wars. random() was not needed.

About

Code-along practice using node.


Languages

Language:JavaScript 100.0%