node-qualtrics-api
v1.0.0
Published
Qualtrics API for Node
Downloads
4
Readme
Qualtrics API for Node
Qualtrics API functions bundled as NPM package for Node.
Getting Started
These instructions will get you a copy of the project up and running on your local machine for use with your own API tokens and Qualtrics domains.
Prerequisites
- Install Node 8.0.0 or greater.
- Install Git.
Installion
To use with node:
$ npm install node-qualtrics-api
Then, in wherever you want to use this package:
const qualtricsAPI = require('node-qualtrics-api');
Attached to the qualtricsAPI
are a bunch of functions.
Authors
- Justin Lee https://github.com/justin0022 | [email protected]
License
This project is licensed under the MIT License.