relateiq/node-salesforceiq

Name: node-salesforceiq

Owner: SalesforceIQ

Description: SalesforceIQ API wrapper for NodeJS

Created: 2016-08-09 23:18:55.0

Updated: 2016-08-09 23:18:56.0

Pushed: 2016-08-09 23:25:38.0

Homepage: null

Size: 21

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

node-salesforceiq

SalesforceIQ API wrapper for NodeJS

Coverage Status Build Status

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

Usage
Installation
install salesforceiq --save
Getting Started
SalesforceIQ = require('salesforceiq');

client = new SalesforceIQ(key, secret);
nt.createAccount({
me: "Abacus"
unction(err, account) {
nsole.log(err);
nsole.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.

rt SALESFORCEIQ_KEY=
rt SALESFORCEIQ_SECRET=
License

MIT.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.