salesforceiq

1.0.0 • Public • Published

node-salesforceiq

SalesforceIQ API wrapper for NodeJS

Coverage Status Build Status

Inspired by https://github.com/sjlu/node-relateiq

Usage

Installation

npm install salesforceiq --save

Getting Started

var SalesforceIQ = require('salesforceiq');

var client = new SalesforceIQ(key, secret);
client.createAccount({
  name: "Abacus"
}, function(err, account) {
  console.log(err);
  console.log(account.id);
});

More Examples

Developing

Tests

To run the mocha tests, you'll need to have a valid SalesforceIQ API Key and Secret. Once you have obtained them, you will need to expose them to your local environment.

export SALESFORCEIQ_KEY=
export SALESFORCEIQ_SECRET=

License

MIT.

Package Sidebar

Install

npm i salesforceiq

Weekly Downloads

45

Version

1.0.0

License

MIT

Last publish

Collaborators

  • dermidgen