heat-microservice

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i heat-microservice

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • heatledger