current-rms

1.3.2 • Public • Published

Current RMS API Module

Build Status

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.

Readme

Keywords

Package Sidebar

Install

npm i current-rms

Weekly Downloads

5

Version

1.3.2

License

MIT

Unpacked Size

12.6 kB

Total Files

15

Last publish

Collaborators

  • tomgiddings