2.2.1 • Published 1 year ago

wingbot-azure-tablestorage v2.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Wingbot azure tablestorage

npm i wingbot-azure-tablestorage

Usage

const { BotApp } = require('wingbot');
const { AnalyticsStorage } = require('wingbot-azure-tablestorage');

const analyticsStorage = new AnalyticsStorage(accountName, accountKey);

const bot = new BotApp(/** bot app config here */);

bot.registerAnalyticsStorage(analyticsStorage);

How to run tests

Create secretKey.json in ./config

{
    "key":"INSERT_KEY_HERE"
}
npm run test
2.2.1

1 year ago

2.2.0

1 year ago

2.1.1

1 year ago

2.1.0

1 year ago

2.0.0

1 year ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago