Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zewa666/tawk-to-aurelia

Tawk.to wrapper for Aurelia
https://github.com/zewa666/tawk-to-aurelia

aurelia aurelia-plugins tawk

Last synced: about 12 hours ago
JSON representation

Tawk.to wrapper for Aurelia

Awesome Lists containing this project

README

        

# Tawk.to Aurelia
A simple Aurelia wrapper for [Tawk.to](https://tawk.to)

## Usage
```html

```

The attribute user details can be provided to identify the user. It is supposed to be from type `UserDetails` and is the name and email from the user.

```typescript
export class App {
userDetails = new UserDetails("Demo Visitor", "[email protected]");
}
```

## Run sample
* register with Tawk.to
* Clone this repository
* Npm install
* add your `account-id` in `app.html`
* `npm start`
* open browser at [http://localhost:8080](http://localhost:8080)