This application allows you to make voice and text queries to the Houndify API from your phone. Check out this Medium Post on integrating Houndify and Twilio for more information.
- Voice based queries
- Text based search
Make sure you have Node.js installed.
Add your YOUR_CLIENT_ID and YOUR_CLIENT_KEY in config.json from your Houndify Client before running the application.
git clone https://github.com/newtonjain/Call-Houndify.git # or clone your own fork
cd Call-Houndify
npm install
npm start
Your app should now be running on localhost:3000.
For more information about using Houndify, see these docs:
- Creating your First Houndify Client
- Houndify Web SDK
- Setting up Voice Request
- Setting up text request
Licensed under the MIT License