1.3.0 • Published 4 years ago

wmspro-node-services v1.3.0

Weekly downloads
2
License
ISC
Repository
bitbucket
Last release
4 years ago

hs node services

A simple package including the following services:

  • require().logger => Gcloud logger
  • require().config => config extension/wrapper providing support for seperate environment variables

config

based on config.

It will check environment variables first (case sensitive), in the following manner:

    export NODE_CONFIG={prop: {inner: "test"} }
    #equals
    export prop_inner=test

In this case the later will overwrite the first.

This is usefull for production and docker environment for manual overwrites.

1.3.0

4 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago