sjkelleyjr / screensaver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

  1. Create a Typeform access token following these instructions and put it into your bashrc (or similar) as TYPEFORM_ACCESS_TOKEN. Source your bashrc.
  2. Curl the Typeform /me endpoint to ensure your token is working
curl --request GET \
  --url https://api.typeform.com/me \
  --header "Authorization: Bearer $TYPEFORM_ACCESS_TOKEN"

Note the double quotes, don't use single quotes as they do in the Typeform docs or $TYPEFORM_ACCESS_TOKEN won't resolve.

  1. yarn install && node create.js
  2. profit.

About


Languages

Language:JavaScript 100.0%