@ebury/huha
v3.5.0
Published
huha.js (Hyperactive Users Hint Analysis) is a JavaScript framework that measures the usability and user experience in an automated way, including the limitations of the model and the best practices.
Downloads
6,649
Keywords
Readme
HUHA
This repository contains the source code for HUHA (Hyperactive Users Hint Analysis).
HUHA is a JavaScript library that helps measure the usability and user experience of a project in an automated way.
Installation
If you want to contribute to the library then you will have to clone the repository and install all dependencies:
git clone https://github.com/Ebury/huha.git
cd huha
npm install
Usage
If you want to use the library in your project then you will have to install it (via npm) as a dependency:
npm install @ebury/huha --save
And then you can import the Huha
class in your application:
import Huha from '@ebury/huha'
API Reference
You can visit Reference to check the reference.
Prerequisites
For the correct registration of the information in the tracking tools it is required that the set-up scripts of those tools to be used have been executed, which will define the necessary global variables. For instance, if the option trackOnSegment
is set to true
, HUHA expects to find the Segment corresponding global variable, analytics, filled in.