1.0.2 • Published 2 years ago

config-newton-client v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

config-newton-client

Node module for use with config-newton. This module allows you to connect and get various config settings for config-newton.

The configuration will be loaded to process.env

usage

import loadConfig from 'config-newton-client';
loadConfig(
    'http://localhost:3200',
    'dev',
    'my-api-key',
);
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago