0.0.2 • Published 5 years ago

wavvy-common-lib v0.0.2

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Wavvy Common Lib

Description

The wavvy common library are a set of middleware functions, and utilities that are consumed by all wavvy services.

Since this is a work in progress at the moment, our consuming wavvy services will have to point to either the repo directly, or with it's namespace.

Note: If a collegue has completed work on common, you can always choose to point at a branch with the former approach to get unblocked.

Example Wavvy Service

Example code snippet of how a consuming Wavvy service can use the common lib.

	{
	"wavvy-common-lib": "git+ssh://git@bitbucket.org/wavey-iot/wavvy-common-lib.git#master"
	}

//*** or you can choose you import package directly if you're making changes ***//

	{
	"wavvy-common-lib": "../wavvy-common-lib/lib/index.js"
	}