Skip to content

wingbotai/wingbot-azure-tablestorage

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published