1.0.7 • Published 8 years ago

retinasdk v1.0.7

Weekly downloads
20
License
ISC
Repository
github
Last release
8 years ago

RetinaSDKNodeJS

Installation

npm install retinasdk

API

var retinaSDK = require('retinasdk')

INFO

Designed for the Retina API from www.cortical.io. This is the javascript SDK made to be accessible for server-side requests. The XMLRequests have been replaced with the request package. All functionality with the original SDK remains the same.

For a list of possible calls, see https://github.com/cortical-io/RetinaSDK.js Register for a free api key at http://www.cortical.io/product_retina_api.html

Example:

var retinaSDK = require('retinasdk');
var liteClient = retinaSDK.LiteClient(your_api_key);

/* Retrieve similar terms */
liteClient.getSimilarTerms("javascript");
> ["javascript", "browser", "html", "browsers", "api", "xml", "functionality", "microsoft", "runtime", "perl", "implementations", "css", "software", "unix", "files", "gui", "server", "plugin", "internet explorer", "linux"]
1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago