node-qconf
TypeScript icon, indicating that this package has built-in type declarations

0.4.2 • Public • Published

node-qconf

Qihoo360 QConf(https://github.com/Qihoo360/QConf) Node.js addon.

NPM version NPM downloads Node.js dependencies

Installation

$ npm install node-qconf --save

Notes:

  • You need set the Environment Variable QCONF_INSTALL before install this addon.
$ export QCONF_INSTALL=/home/work/local/qconf(For MacOS use: export QCONF_INSTALL=/usr/local/qconf)
$ npm install node-qconf --save

Useage

var qconf = require('node-qconf');

console.log('version:', qconf.version())
console.log('getConf:', qconf.getConf('/demo'))
console.log('getBatchKeys:', qconf.getBatchKeys('/backend', 'test'))
console.log('getBatchConf:', qconf.getBatchConf('/backend/umem/users'))
console.log('getAllHost:', qconf.getAllHost('/backend/umem/users'))
console.log('getHost:', qconf.getHost('/backend/umem/users'))

Readme

Keywords

Package Sidebar

Install

npm i node-qconf

Weekly Downloads

2

Version

0.4.2

License

MIT

Unpacked Size

10.4 kB

Total Files

8

Last publish

Collaborators

  • jiasm
  • mdemo
  • nieweidong