0.6.1 • Published 7 years ago

cienvy-client v0.6.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

CIEnvy Client

Realtime client for CIEnvy

npm version Build Status

Setup

  1. yarn install
  2. yarn run build
  3. Make changes accordingly in config
  4. yarn start

Development

Documentation

Testing

yarn test

Folder Structure

cienvy-client
├── config: yaml configuration files
├── docs: auto-generated source code documentation
├── misc: miscellaneous stuffs
├── node_modules: node dependencies
├── src: source code
└── test: unit test code