Greetings API

Simple hello world api to demonstrate node server and api creation without using frameworks. Will return a random greeting for anyone who hits the /hello enpoint using a POST method. All other methods will return a 405 with curt goodbye! Any other endpoint returns a 404.