Skip to content

Qualtrics API functions bundled as NPM package for Node.

Notifications You must be signed in to change notification settings

UBC-LFS/node-qualtrics-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Style Guide

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

  1. Install Node 8.0.0 or greater.
  2. 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.

https://api.qualtrics.com/reference

Testing

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

Authors

License

This project is licensed under the MIT License.

About

Qualtrics API functions bundled as NPM package for Node.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •