An open API service indexing awesome lists of open source software.

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

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
```