UNPKG

414 BMarkdownView Raw
1# Affdex Licode module
2
3Copies recorded video to S3 using the aws-sdk and makes a request to process video
4
5
6
7
8Publishing to npm
9---
10
11Increment version number in package.json and then:
12
13```bash
14npm publish ./
15```
16
17Appendix
18---
19
20If you haven't already installed npm, or you'd like the latest version:
21
22**OS X**
23
24 curl http://npmjs.org/install.sh | sh
25
26**Linux**
27
28 curl http://npmjs.org/install.sh | sudo sh
29
30