Provides an easy way to add Facebook Quick Replies to a message from bot to user with just one line of code.
published version 1.0.0, 8 years agoChecks whether the user's message from Bot Framework contains the Facebook Thumbs Up icon, so that the bot can respond to it appropriately.
published version 1.0.0, 8 years agoCalls 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.
published version 1.0.0, 8 years agoChecks 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.
published version 1.0.0, 8 years agoA wrapper for Microsoft's `luis-sdk` package that uses async-await instead of callbacks.
published version 1.0.0, 8 years agoSend maps to user and receive user's location in Bot Framework using Google Maps.
published version 0.0.1, 8 years agoA promise-based, awaitable, browser-independent getUserMedia function to get user's audio or video.
published version 1.0.0, 8 years agoChecks whether two ranges/intervals overlap. Returns true or false.
published version 1.0.0, 7 years agoChecks if one range is entirely contained within another range, i.e. equals to it or is contained within it.
published version 1.1.0, 7 years agoConverts Chinese numerals in a string into Arabic numerals.
published version 2.3.1, 6 years agoES7 async-await wrapper for the csv package.
published version 2.1.3, 5 years agoConvert English word contractions such "what's" into "what is".
published version 1.0.1, 7 years agoSimplifies encryption/decryption using the AES 256 GCM algorithm.
published version 1.0.3, 7 years agoThe ultimate shortcut to the base64 encode/decode functions.
published version 2.0.0, 4 years agoConverts an array of objects into a CSV file. Saves CSV to disk or returns as string.
published version 1.3.6, 5 years agoConverts a number like 1337 to emoji sequence like 1️⃣3️⃣3️⃣7️⃣. Or vice versa!
published version 1.0.0, 7 years agoCreate a random GUID in human-readable form, or convert GUID to words and vice versa.
published version 1.0.2, 7 years agoAutomatically resolve or reject promises after a certain time.
published version 1.0.0, 7 years agoA Promise that exposes a status (fulfilled, rejected or pending).
published version 1.0.0, 7 years agoMeasure the execution time of multiple sections of your code, then effortlessly print all the timer results at once to the console.
published version 1.0.0, 7 years agoscws(Simple Chinese Word Segmentation) node module
published version 0.5.1-w, 7 years agoConvert all words in a string into numbers. Unlike other packages, it can optionally return the entire revised string with Arabic numbers instead of words.
published version 0.11.0, 7 years agoSimulates the Monty Hall Problem over a given number of iterations, with an arbitrary number of doors.
published version 1.0.0, 7 years agoTokenizes utterances that contain a mix of English and Chinese words.
published version 1.1.0, 7 years ago