apiai-cli

CLI for downloading from API.ai

Usage no npm install needed!

<script type="module">
  import apiaiCli from 'https://cdn.skypack.dev/apiai-cli';
</script>

README

apiai-cli

CLI tool for running queries against API.ai

Installation

npm install -g apiai-cli
cd $(npm root -g)/apiai-cli
cp conf.json.example conf.json
"${EDITOR:-vi}" conf.json
#add the Subscription Key and Developer Access Token from api.ai

Usage

apiai 'the string that you want to process'

Notes

This is a public repo, please do not push the keys.