jsharmony-azure

1.0.0 • Public • Published

===============

jsharmony-azure

===============

Azure integration for jsharmony projects

Installation

npm install jsharmony-azure --save

Initial Configuration

Add to your config file

var jsHarmonyAzure = require('jsharmony-azure');

....

  jsh.AddModule(new jsHarmonyAzure());

  var configAzure = config.modules['jsHarmonyAzure'];
  if (configAzure) {
    configAzure.communication.connectionString = '.............';
    configAzure.communication.smsFrom = '+18443332222';
  }

Readme

Keywords

Package Sidebar

Install

npm i jsharmony-azure

Weekly Downloads

0

Version

1.0.0

License

LGPL-3.0

Unpacked Size

15.6 kB

Total Files

8

Last publish

Collaborators

  • apharmony