Skip to content
This repository has been archived by the owner. It is now read-only.
Example usage of Typeform I/O with shell utilities
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
LICENSE
README.md
form.jq
main.sh
users.json

README.md

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 jq JSON 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_key to run the application, replacing your_api_key with 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

You can’t perform that action at this time.