faceplusplus

0.0.2 • Public • Published

node-faceplusplus

NPM version Build Status

a node client of face++

Usage

initialize

var FacePlusPlus = require('faceplusplus');
var config = {
    api_key : '{{api_key}}',
    api_secret : '{{api_secret}}'
}
var client = new FacePlusPlus(config);

basic get/post method

client.post('person/create', {person_name : 'Somebody'}, function(err, response, body){
  console.log(body);
});

multipart post method

var data = {
  img : {
    value: fs.readFileSync('./a.jpg'), 
    meta: {filename:'a.jpg'}
  }
};
client.postMulti('detection/detect', data, function(err, response, body){
  console.log(body);
});

Readme

Keywords

none

Package Sidebar

Install

npm i faceplusplus

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • shen2