1.0.0 • Published 10 years ago
typeform-client v1.0.0
Typeform API client.
install
$ npm install typeform-client --savecompile
$ coffee -c -o lib srcusage
typeform-client is tested for Node
var typeform = require('typeform-client')(token);
typeform.createForm({title:'Survey'}).then(function(form) { console.dir(form); })test setup
Clone this repo and create a file called .env in the root with the following:
TYPEFORM_TOKEN=xxxxDeveloper keys can be obtained at http://docs.typeform.io/page/signup
testing
$ npm testTypeform api
The entire Typeform API will be supported someday :). All method signatures accept a params object and return an A+ Promise.
typeform.createForm
1.0.0
10 years ago