/FCClientJS

SkyBiometry Face Detection and Recognition API javascript client library

Primary LanguageJavaScript

FCClientJS

SkyBiometry Face Detection and Recognition API JavaScript client library.

For more information about the API and the return values, visit the official documentation.

  1. Create an application in you SkyBiometry account page. This will generate a pair of strings, namely API_KEY and API_SECRET.

  2. Modify this line in 'example/index.html':

    var client = new FCClientJS(!!!REPLACE_WITH_YOUR_API_KEY!!!, !!!REPLACE_WITH_YOUR_API_SECRET!!!);

  3. Open 'index.html' in any browser which at least supports JavaScripts.