/semantria-client

A small client for interacting with the Semantria API

Primary LanguageJavaScript

#semantria-client Build Status A small client for interacting with the Semantria API

Installation

  1. npm install semantria-client

That's it!

Testing Locally

Run all tests using

npm test

More information

You'll need a Semantria API account, along with your key and secret for the account. To use in your code, import the module, create a new instance of SemantriaClient using the factory method, with your key and secret being the input arguments. From there, call whatever functionality you need.