Focus On Just Data Models

Implement voice assistant seemlessly in your website without any complicated code. Just add the component and create a JSON data model

Implementation

1. Include CSS and JS

<link href="https://syncmi.github.io/aurora/aurora.css" rel="stylesheet">
<script defer src="https://syncmi.github.io/aurora/aurora.js"></script>
                            

Add the Above Aurora Script CDN's at the end of Head Tag
(CSS is Optional)

2. Create JSON model

https://syncmi.github.io/aurora/aurora.css

Refer the above link for the sample Data model... Create and store it as data.json in your website folder. Then Link it as follows.

<script type="text/javascript" src="data.json"></script>
<link href="https://syncmi.github.io/aurora/aurora.css" rel="stylesheet">
<script defer src="https://syncmi.github.io/aurora/aurora.js"></script>
                                                    

Github

Get to know the source code

Github