affdex-licode-outpost
v0.0.1
Published
affdex licode module for the outpost server
Downloads
6
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 install
Configuration
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 test
Publishing 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 | sh
Linux
curl http://npmjs.org/install.sh | sudo sh