Skip to content

Latest commit

 

History

History
87 lines (63 loc) · 2.5 KB

README.md

File metadata and controls

87 lines (63 loc) · 2.5 KB

Welcome to Ctrl-A Web 👋

Version Documentation Maintenance License: ISC

Website with Voice User Interface (VUI) integrated with Google Assistant for the specially abled

Demo

Install

npm install

Usage

npm run start

Run tests

npm run test

Deploy to heroku

heroku login
heroku create
git push heroku master

Deploy Actions

git clone https://github.com/ghpranav/Ctrl-A-Web.git
Create new [Actions On Google](https://console.actions.google.com/) Project
Click Build your Action to expand the options and select Add Action(s).
Click Add your first Action.
On the Custom intent dialog, click Build to launch the Dialogflow console.
Click Create.
Click the gear icon on the left navigation.
Click Export and Import.
Click Restore From Zip.
Upload the 'Ctrl-A-Web.zip' file.
Type "RESTORE" and click the Restore button.
Click Done.
Navigate to Fulfillment on the left navigation & replace Webhook URL with your hosted /actions endpoint

Author

👤 ghpranav

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 ghpranav.
This project is ISC licensed.


This README was generated with ❤️ by readme-md-generator