1.0.0 • Published 5 years ago

aiava-hot-trigger v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

hot-trigger

A name for every intelligence.

Table of Contents

Usage

// Dependencies
import HotTrigger, { Phrase } from "aiava-hot-trigger";

// Create a hot trigger with the name john and greetings:
// - hello
// - howdy
// - hey
// - hi
const trigger = new Phrase("John");

Installation

yarn add aiava-hot-trigger

Or with NPM

npm i -S aiava-hot-trigger

Documentation

All the documentation is located on the Ava documentation site.