Typeform API client.
install
$ npm install typeform-client --save
compile
$ coffee -c -o lib src
usage
typeform-client
is tested for Node
var typeform = token;typeform
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