Hotjar tracking code injection.
npm install ember-hotjarQuick and easy hotjar integration
npm install --save-dev ember-hotjarconfig.hotjar.id to config/environment.jshotjar.forceSSL=true to config/environment.js to force loading scripts via SSL.hotjar.snippetVersion=5 to config/environment.js to change the version. 5 is the default.* git clone this repository
* cd ember-hotjar
* npm install
* bower install
* ember serve
* Visit your app at http://localhost:4200.
* npm test (Runs ember try:each to test your addon against multiple Ember versions)
* ember test
* ember test --server
* ember build
For more information on using ember-cli, visit https://ember-cli.com/.