affdex-licode
v0.0.27
Published
affdex licode module
Readme
Affdex Licode module
Copies recorded video to S3 using the aws-sdk and makes a request to process video
Installation
Install all dependencies listed in the package.json file:
npm installConfiguration
Export the following environment variables:
export AWS_BUCKET_NAME='video-bucket'
export AWS_REGION='us-east-1'
export AWS_ACCESS_KEY_ID='AKID'
export AWS_SECRET_ACCESS_KEY='SECRET'Running unit tests
npm testPublishing to npm
Increment version number in package.json and then:
npm publish ./Appendix
If you haven't already installed npm, or you'd like the latest version:
OS X
curl http://npmjs.org/install.sh | shLinux
curl http://npmjs.org/install.sh | sudo sh