https://github.com/hacknlove/videometrics
https://github.com/hacknlove/videometrics
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hacknlove/videometrics
- Owner: hacknlove
- Created: 2021-12-10T12:24:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-17T16:10:14.000Z (over 4 years ago)
- Last Synced: 2025-01-08T20:51:08.750Z (over 1 year ago)
- Language: JavaScript
- Size: 647 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```