Skip to content

Commit

Permalink
Filled readme file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Liuftvafas committed Nov 29, 2013
1 parent f936efa commit c8064f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,15 @@ FCClientJS

SkyBiometry Face Detection and Recognition API JavaScript client library.

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

#. Create an application in you account page at `SkyBiometry`_. This will generate a pair of strings, namely API_KEY and API_SECRET.
#. Modify this line in 'example/index.html':

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

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

.. _SkyBiometry page: http://www.skybiometry.com/Account
.. _official documentation: http://www.skybiometry.com/Documentation

0 comments on commit c8064f3

Please sign in to comment.