/node-example

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Node JS TDD Exercise

Tasks

  1. Create controller API endpoint with GET method that returns current time in UTC
  2. Back controller with a service
  3. Extend service to allow string timezone identifier (such as 'GMT') to be passed in via controller param
  4. Ensure implementation follows TDD