32 packages
aes-256-gcm
Simplifies encryption/decryption using the AES 256 GCM algorithm.
async-csv
ES7 async-await wrapper for the csv package.
botbuilder-facebook-quick-replies
Provides an easy way to add Facebook Quick Replies to a message from bot to user with just one line of code.
botbuilder-facebook-thumbs-up
Checks whether the user's message from Bot Framework contains the Facebook Thumbs Up icon, so that the bot can respond to it appropriately.
botbuilder-google-maps
Send maps to user and receive user's location in Bot Framework using Google Maps.
botbuilder-qna-maker
Calls Microsoft's QnA Maker service and returns an answer from that service. This can be used to build a bot whose logic is partially based on the QnA maker responses.
celsius
A simple converter from Celsius to Fahrenheit and vice versa.
chinese-numbers-converter
Converts Chinese numerals in a string into Arabic numerals.
contains-chinese
Checks whether the input string contains any Chinese text (at least one character). Works with Traditional and Simplified. Unlike the is-chinese package, returns `true` even if the string contains mixed Chinese and non-Chinese characters.
debugging-timer
Measure the execution time of multiple sections of your code, then effortlessly print all the timer results at once to the console.