Laurian / hyperaudio-lite

Hyperaudio Lite - a Hypertranscript Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperaudio Lite - a Hypertranscript Viewer

Build Status Coveralls Status Dependency Status

A lightweight no-dependency viewer for viewing Hypertranscripts

As demonstrated here

Installation

npm install --save hyperaudio-lite

Usage

var hyperaudioLite = require('hyperaudio-lite');

API

hyperaudioLite(data, [options])

Description

Parameters

  • Array data: An array of data
  • Object options: An object containing the following fields:

Return

  • Array - Result

Development

  • npm run build - Build task that generates both minified and non-minified scripts;
  • npm run test-server - Run Mocha tests once;
  • npm run test-browser - Run Mocha tests in the browser using Karma once;
  • npm run test - Shortcut for npm run test-server && npm run test-browser;
  • npm run tdd - Run Mocha tests & watch files for changes;
  • npm run tdd-browser - Run Karma (w/ Mocha) tests & watch files for changes;
  • npm run coverage - Run Isparta, a code coverage tool;

License

MIT © Hyperaud.io

About

Hyperaudio Lite - a Hypertranscript Viewer

License:MIT License


Languages

Language:JavaScript 100.0%