https://github.com/michaelsolati/compare-typeforms
Express endpoint to compare two Typeforms to see if they match
https://github.com/michaelsolati/compare-typeforms
compare express node typeform
Last synced: about 1 month ago
JSON representation
Express endpoint to compare two Typeforms to see if they match
- Host: GitHub
- URL: https://github.com/michaelsolati/compare-typeforms
- Owner: MichaelSolati
- Created: 2019-10-31T20:59:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-05T19:52:16.000Z (over 6 years ago)
- Last Synced: 2025-01-07T16:44:14.315Z (over 1 year ago)
- Topics: compare, express, node, typeform
- Language: TypeScript
- Homepage: https://tf-compare-typeforms.glitch.me/form_1/form_2
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compare Typeforms
First clone the repo:
```bash
git clone https://github.com/MichaelSolati/compare-typeforms.git
```
Jump into the folder and install dependencies:
```bash
cd compare-typeforms
npm install
```
Then you can run the server:
```bash
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}`
```bash
curl -X GET http://localhost:3000/xga5nW/f4klfs
```