1.0.1 • Published 1 year ago

questionpro v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Usage

const questionpro = require('questionpro')
 
const apiKey = '<<Your QuestionPro API Key>>';
const userID = '<<Your QuestionPro User ID>>';
 
try {
    const qpapi = new questionpro(apiKey);
} catch (err) {
    console.log(err.message);
}
 
qpapi.getSurveyList(userID)
    .then(data => console.log(data))
    .catch(err => console.error(err))
1.0.1

1 year ago

1.0.0

1 year ago