Created
September 18, 2020 04:01
-
-
Save bentsai/f1074bb689dbfe7cc18a7302a4d8b13c to your computer and use it in GitHub Desktop.
Kinopio card names in created order
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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