wingbot-azure-tablestorage
v2.2.5
Published
Azure Table Storage connector for wingbot.ai
Downloads
124
Readme
Wingbot azure tablestorage
npm i wingbot-azure-tablestorageUsage
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