jdlubrano / request-logger

A simple web app to log incoming POST requests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request Logger

This is a small Node app that is meant to log incoming JSON POST requests to a /logs endpoint.

Deployment

Heroku

This app was originally deployed to Heroku using the guide here as, well, a guide.

New code (assuming it exists on the master branch) can be pushed to Heroku via git:

git push heroku master

About

A simple web app to log incoming POST requests


Languages

Language:JavaScript 98.2%Language:Shell 1.8%