typeform-client
v1.0.0
Published
Typeform API client
Downloads
3
Maintainers
Readme
Typeform API client.
install
$ npm install typeform-client --save
compile
$ coffee -c -o lib src
usage
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=xxxx
Developer keys can be obtained at http://docs.typeform.io/page/signup
testing
$ npm test
Typeform api
The entire Typeform API will be supported someday :). All method signatures accept a params
object and return an A+ Promise.
typeform.createForm