current-rms
v1.3.2
Published
Middleware to interface with the Current RMS API in Node.js
Downloads
2
Readme
Current RMS API Module
This module allows your Node app to query the Current RMS API. Please feel free to join in the development of this module!
Installation
This package is on npm, so can be installed using:
npm i current-rms
Usage
You'll need a Current RMS account and API key to use this module. Usage is as follows:
var current = require('current-rms')(CURRENT_SUBDOMAIN, CURRENT_KEY)
Available Methods
Documentation for the API can be found here:
https://api.current-rms.com/doc
I'm slowly getting through the methods. Please feel free to contribute with a PR if you need any that are missing in the meantime.
Tests
Tests use Mocha and Chai, and can be run with npm test.