Qualtrics API functions bundled as NPM package for Node.
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.
- Install Node 8.0.0 or greater.
- Install Git.
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.
https://api.qualtrics.com/reference
To run repo for testing:
$ npm install
$ npm run build
$ node index.js
Create .env file:
QUALTRICS_API_DOMAIN=https://yourdatacenterid.qualtrics.com/API/v3/
QUALTRICS_API_TOKEN= YOUR QUALTRICS TOKEN
UBC students can get a token from ubc.qualtrics.com with their CWL
- Justin Lee https://github.com/justin0022 | [email protected]
This project is licensed under the MIT License.