Skip to content

Instantly share code, notes, and snippets.

@rafapolo
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafapolo/aaaaeac003345f991ffc to your computer and use it in GitHub Desktop.
Save rafapolo/aaaaeac003345f991ffc to your computer and use it in GitHub Desktop.
zeitbank database #1
// this is the zeitbank database #1
// filled during the gütermarkt #3
// to do:
// - server-side script to serve this file - the people database
// - show last_updated_ago
// - cliente-side script to read it and render as a CNN news style
// - convert type face to web version // ask jolanda
people = [
{
name: "rafael polo",
ticket: "1",
email: "x@extrapolo.com",
skills: "programming, portuguese, cryptocurrency, general help"
},{
name: "alex head",
ticket: "2",
email: "alex.robert.head@gmail.com",
skills: "fancy dress, english, networking"
},
]
// copy&paste above, if needed.
// {
// name: "",
// ticket: "",
// email: "",
// skills: ""
// }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment