Sorry, Typeform I/O will be deprecated soon. Please visit https://developer.typeform.com/ to discover our new developer products
JQ-FormCreation Example
This is a example how you can use Typeform I/O to create typeforms based on user data you already have. This is not a realistic example, but if you want to start tinkering with our API using shell commands this is probably a good starting point.
Requirements
- The
jqJSON processing shell utility- You can find installation instructions here
- An API-key from Typeform I/O (You can get one here)
Installation
- Clone the project to your local machine
- When finished, run
./main.sh your_api_keyto run the application, replacingyour_api_keywith the API-key you have for Typeform I/O
Issues
If you are experiencing any issues, please create an issue here in Github or come to our community Slack channel and talk directly to us
License
The license is a MIT license and available in the LICENSE file