1.0.12 • Published 7 years ago

rybbon-surveymonkey v1.0.12

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

rybbon-surveymonkey

Node.js library for SurveyMonkey v3.0

This library implements SurveyMonkey API as documented in https://developer.surveymonkey.com/api/v3/

Installation

Install using node package manager (npm):

npm install rybon-surveymonkey

Usage

Initialize library with init call by passing your API key and access token.

var surveyMonkey = require ('rybbon-surveymonkey');

surveyMonkey.init (apiKey, accessToken);

Call API methods:

surveyMonkey.getAllSurveys (options, callback); // You can pass any optional query string parameters as documented in https://developer.surveymonkey.com/api/v3/#surveys

// Or get details on specific survey

surveyMonkey.getSurvey (survey_id, options, callback);

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago