An open API service indexing awesome lists of open source software.

https://github.com/hacknlove/videometrics


https://github.com/hacknlove/videometrics

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# videometrics

videometrics is a framework-agsnostic and fully configurable javascript library to collect user behaviour regarding video visualization and upload it in bulks.

It is composed by a dependence-less engine, and a set of wrappers, factories and configuration helpers to make things easier for us, the developer.

The provided plugins are:
* defaultConfiguration: A provided starting point for your configurations.
* react: `useVideoMetrics` hook
* s3: client side helpers to upload the data to s3
* kinesis: client side helpers to send the data to kinesis
* s3ControllerFactory: serverside helper to create the API endpoit that creates s3 upload signatures

## More help:
* [main](./src/main.md)
* [defaultConfig](./src/defaultConfig.md)
* [react](./src/react.md)
* [s3](./src/s3.md)
* [kinesis](./src/kinesis.md)
* [s3ControllerFactory](./src/s3ControllerFactory.md)

## install

```sh
npm i videometrics
```
or
```
yarn videometrics
```