adparadise / config-read-test

A code test demonstrating Async IO and engineering conventions in Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration Reader

This is a code test repo to quickly demonstrate:

  • Asynchronous Node.js features
  • Engineering standards and expectations
  • Style, process and problem solving approach

To Complete

Implement the ConfigReader class to:

  1. Read configuration from config/base.json
  2. Override with configuration from config/<environment>.json
  3. Return an object via the callback which: a. Exposes a get function to retrieve values from configuration

About

A code test demonstrating Async IO and engineering conventions in Node.JS


Languages

Language:JavaScript 100.0%