wingbot-azure-tablestorage

2.2.1 • Public • Published

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

/wingbot-azure-tablestorage/

    Package Sidebar

    Install

    npm i wingbot-azure-tablestorage

    Weekly Downloads

    13

    Version

    2.2.1

    License

    MIT

    Unpacked Size

    24.4 kB

    Total Files

    12

    Last publish

    Collaborators

    • wingbot.ai
    • lika85456
    • zdehasek