Face detection using OpenCV's FaceDetection algorithm hosted on Algorithmia (https://algorithmia.com/algorithms/opencv/FaceDetection)
Install dependencies
npm install
Configure an ALGORITHMIA_API_KEY
environment variable with your Algorithmia api key
export ALGORITHMIA_API_KEY=XXXX
node app.js <image_url>