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 = ;
Attached to the qualtricsAPI
are a bunch of functions.
Authors
- Justin Lee https://github.com/justin0022 | justin.lee@ubc.ca
License
This project is licensed under the MIT License.