1.0.2 • Published 1 year ago

survey-response-downloader-1 v1.0.2

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

survey-response-downloader

Install

$ npm install survey-response-downloader-1

Usage

import {Downloader} from 'survey-response-downloader-1';

const downloader = Download(allSurveys);
//// allSurveys is json data including all surveys data

downloader.initDownload(surveyId)
//// download responses of a survey according surveyId to CVS file
//=> 'unicorn'

License