Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 601 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 601 Bytes

api.ai Smart Home demo application

Demo application of a api.ai Smart Home engine build on the mu.semte.ch framework.

Configuration

Update the APIAI_ACCESS_TOKEN environment variable in the apiai service in docker-compose.yml.

Running the application

git clone https://github.com/erikap/apiai-smart-home-demo.git
wget https://github.com/erikap/apiai-smart-home-frontend/releases/download/v0.1.0/dist.zip && unzip dist.zip && mkdir -p smart-home-frontend && mv dist smart-home-frontend/dist
cd apiai-smart-home-demo
docker-compose up -d