/request-logger

Simple Node.js app to display request details

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Request Logger

Simple Node.js app to display request details

The request details are returned from the /requests path. Otherwise, the request is saved and logged in the console.

Uses morgan for console logging

Run it locally with npm start or npm dev.