Downloads

Github API Key

All the Fingerbank clients will either partially work or not work if you do not provide a valid API key obtained from https://api.fingerbank.org.

JavaScript Client
2.4 KiB

A lightweight Fingerbank client that allows to query the online API for a specific user agent or the current user agent of the browser when executed in that context.
Using bower
bower install fingerbank-client
Using the online version
<script type="text/javascript"
          src="http://inverse.ca/downloads/Fingerbank/fingerbank-client.js"></script>

Ruby client (with Rails support)
48 KiB

This is a light client for Fingerbank which only supports user agent lookup either in the local SQLite database or though the public API.
Using gem
gem install fingerbank_client