1.1.0 • Published 5 years ago

campzimmer-node v1.1.0

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

Campzimmer Node.js Library

The Campzimmer Node library provides convenient access to the Campzimmer API from applications written in server-side JavaScript.

This package is for use with server-side Node that uses a Campzimmer secret key. Utilization of this package requires a Campzimmer secret key, and cannot be circumvented.

Documentation

See the Campzimmer docs.

Installation

Install the package with:

npm install campzimmer-node --save

Usage

The package needs to be configured with your account's secret key which is available in your Campzimmer Dashboard. Require it with the key's value:

const campzimmer = require('campzimmer')('<secret_key>');

Or using ES modules, this looks more like:

import Campzimmer from 'campzimmer-node';
const campzimmer = Campzimmer('<secret_key>');
//…
1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago