1.0.12 • Published 8 years ago

rybbon-surveymonkey v1.0.12

Weekly downloads
4
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago