ASF Website demo modifications
3 files changed
tree: b191a2f0b898d876206473c7c502b213f6941577
  1. example/
  2. src/
  3. test/
  4. .babelrc
  5. .eslintrc.json
  6. .gitignore
  7. gulpfile.js
  8. LICENSE
  9. package.json
  10. README.md
README.md

UserAle.JS

The official JavaScript client for UserAle.

Additional documentation can be found at http://draperlaboratory.github.io/useralejs/

Use and Configure

To include Userale.js in your project:

<script src="http://draperlaboratory.github.io/useralejs/userale.min.js"></script>

HTML5 Data Parameters are used to configure Userale.js. For example, to set the logging URL:

<script src="userale.js" data-url="http://yourLoggingUrl"></script>

The complete list of configurable options is:

ParamDescriptionDefault
data-urlLogging URLhttp://localhost:8000
data-autostartShould Userale.js start on page loadtrue
data-intervalDelay between transmit checks5000 (ms)
data-thresholdMinimum number of logs to send5
data-userUser identifiernull
data-versionApplication version identifiernull
data-log-detailsToggle detailed logs (keys pressed and input/change values)false
data-resolutionDelay between instances of high frequency logs (mouseover, scroll, etc.)500 (ms)
data-user-from-paramsQuery param in the page URL to fetch userId fromnull
data-toolName of tool being loggednull

Next Up

Our top priority is to improve the testing system and to complete test coverage. After that is complete:

  • Use web workers to remove load from main thread if available
  • Update the example server to present a simple test app/interface
  • Release Userale.js through channels like NPM, Bower, etc.

Contributing

Contributions are welcome! Simply submit an issue report for problems you encounter or a pull request for your feature or bug fix. The core team will review it and work with you to incorporate it into Userale.js.

License

Copyright 2016 The Charles Stark Draper Laboratory, Inc.

Userale.js is released under the Apache v2.0 License. See the LICENSE file for more information.