0.0.2 • Published 11 years ago

rconfig v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

Install

npm install rconfig@0.1.1

Introduction

This is module for get remote configurations.

Simple example:

var config = require('config').connect().get('option_name');

Use object:

var rconfig = require('config').connect();
var mysqlConfig = rconfig.get('object.mysql');
var multiConfig = rconfig.get(['option1','option2']);
0.0.2

11 years ago

0.0.1

11 years ago