0.0.7 • Published 9 years ago

relateiq v0.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

node-relateiq

Circle CI

This module makes it easier to communicate with the RelateIQ API in a asynchrounous way.

Install

  • You first want to install the package to your project.

      npm install relateiq --save

Example

var relateiq = require('relateiq');
relateiq.createAccount({
  name: "Abacus"
}, function(err, account) {
  console.log(err);
  console.log(account.id);
});

You can look at more examples in the tests.

License

MIT.

Notes

This is an ongoing project, not all endpoints are fully supported. This is used in conjunction with Abacus and is updated to the needs of that product. If you need an endpoint supported, submit a issue or make it yourself with a pull request.

If you decide to make an endpoint you will need to test your change locally with npm test. The key and secret provided may not work so you'll need to use your own test account to do so. All you need to do is create a .env file in the root of this project with the following lines.

RELATEIQ_KEY=
RELATEIQ_SECRET=
0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago