tawk-to-aurelia
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Tawk.to Aurelia

A simple Aurelia wrapper for Tawk.to

Usage

<tawk-to account-id="YOURACCOUNTIDHERE (get it from Dashboard -> Project Settings)"
   user-details.bind="userDetails"></tawk-to>

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.

export class App {
  userDetails = new UserDetails("Demo Visitor", "visitor@test.com");
}

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

Readme

Keywords

none

Package Sidebar

Install

npm i tawk-to-aurelia

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

83.8 kB

Total Files

75

Last publish

Collaborators

  • zewa666