0.0.4 • Published 4 years ago

ai-qconf-client v0.0.4

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

ai-qconf-client

A qconf tools for nodejs and want to look for a girlfriend...

Installation

https://npmjs.org/package/ai-qconf-client

$ npm i ai-qconf-client

Usage

import createQconfHost from 'ai-qconf-client'
import { Qconf } from '@blued-core/qconf'

const qconf = new Qconf(datum)
qconf.flag = isLocalPro ? 'production' : ''

const getQconfHost = (key: string) => {
  if (!(key in datum)) {
    throw new Error(`Can not find the key: [${key}]`)
  }

  return createQconfHost({
    key,
    option: qconf,
    path: datum[key].qconf,
  })
}

function getTest () {
  const result = getQconfHost('charonRedis')

  console.log(result)
  return result
}

Options

// options
interface Config {
  key: string
  option: any
  path: string
  time?: number
}

License

MIT License

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago