Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 682 Bytes

README.rst

File metadata and controls

17 lines (10 loc) · 682 Bytes

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.