Last active
November 12, 2017 19:53
-
-
Save robertcoopercode/a1dd5209f7ec3add6c5837e6e632b8a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Require the necessary modules | |
const loremIpsum = require("./generator.js"); | |
const querystring = require("querystring"); | |
const fs = require("fs"); | |
// Require express and create an express router object | |
const express = require('express'); | |
const router = express.Router(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment