Skip to content

Instantly share code, notes, and snippets.

@davidostermann
Created September 21, 2020 19:10
Show Gist options
  • Save davidostermann/336f801947e8fd13d4fc3455dbbd32be to your computer and use it in GitHub Desktop.
Save davidostermann/336f801947e8fd13d4fc3455dbbd32be to your computer and use it in GitHub Desktop.
Skool 17
{
"skoolers": [
{
"codeName": "AAAA",
"fullName": "Aaaa Aaaaaa",
"status": "Consultant"
"avatar": "https://source.unsplash.com/random/800x600"
},
{
"codeName": "BBBB",
"fullName": "Bbbb Bbbbbb",
"status": "Consultant"
"avatar": "https://source.unsplash.com/random/800x600"
},
{
"codeName": "CCCCC",
"fullName": "Cccc Cccccc",
"status": "Consultant"
"avatar": "https://source.unsplash.com/random/800x600"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment