Skip to content

Instantly share code, notes, and snippets.

@bentsai
Created September 18, 2020 04:01
Show Gist options
  • Save bentsai/f1074bb689dbfe7cc18a7302a4d8b13c to your computer and use it in GitHub Desktop.
Save bentsai/f1074bb689dbfe7cc18a7302a4d8b13c to your computer and use it in GitHub Desktop.
Kinopio card names in created order
export KINOPIO_API_KEY=<enter `JSON.parse(localStorage.user).apiKey` in console>
export KINOPIO_SPACE_KEY=<space key>
curl -H "Authorization: $KINOPIO_API_KEY" https://kinopio-server.herokuapp.com/space/$KINOPIO_SPACE_KEY | jq -r '.cards | .[] | .createdAt + "\t" + (.name | tojson)' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment