GuyHarwood / node-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%