0.0.1 • Published 7 years ago

heat-microservice v0.0.1

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

heat-microservice

Heat Ledger microservice, bridge between your microservice and heat core events.

Installation

Heat microservices are npm/nodejs modules which means you should use npm to initialize your project (create the package.json) and to use it to manage your project dependencies.

To create an empty microservice which can be loaded by heat core do the following:

# create your project directory
mkdir /path/to/project
cd /path/to/project

# create your project by following instructions
npm init

# add heat-microservice to your project
npm install heat-microservice --save