#semantria-client A small client for interacting with the Semantria API
- npm install semantria-client
That's it!
Run all tests using
npm test
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.