1.0.0 • Published 8 years ago

crisp-chat v1.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
8 years ago

Crisp

This plugin is intended to be used client side

Usage

1. Before You Start

  • You need to signup on https://crisp.im
  • Retrieve your Website ID. You can get it in your settings (Sent on your mailbox too)

2. Install it

####Using NPM

If you use Meteor, or React, consider this option

npm install --save crisp-chat

And then:

require('crisp-chat')('YOUR_WEBSITE_ID')

####Using Bower

If you use Angular, or JQuery, etc, consider this option

bower install --save crisp-chat

And then include:

<script src="bower_components/crisp-chat/crisp-chat.js"></script>

And finally:

Crisp(YOUR_WEBSITE_ID)