Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zewa666/tawk-to-aurelia
- Owner: zewa666
- Created: 2018-08-24T18:15:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T18:26:09.000Z (about 6 years ago)
- Last Synced: 2024-04-26T09:46:52.276Z (7 months ago)
- Topics: aurelia, aurelia-plugins, tawk
- Language: TypeScript
- Size: 136 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)