Skip to content

MichaelSolati/compare-typeforms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compare Typeforms

First clone the repo:

git clone https://github.com/MichaelSolati/compare-typeforms.git

Jump into the folder and install dependencies:

cd compare-typeforms
npm install

Then you can run the server:

npm run start

Make GET requests to the endpoint with the IDs of the forms you want to compare.

A url may look like this: http://localhost:3000/{example_form_id}/{submission_form_id}

curl -X GET http://localhost:3000/xga5nW/f4klfs

About

Express endpoint to compare two Typeforms to see if they match

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published