Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.21 KB

Call Houndify

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.

Features

  • Voice based queries
  • Text based search

Running Locally

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.

Documentation

For more information about using Houndify, see these docs:

License

Licensed under the MIT License