Last active
August 29, 2015 14:11
-
-
Save rafapolo/aaaaeac003345f991ffc to your computer and use it in GitHub Desktop.
zeitbank database #1
This file contains hidden or 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
// 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: "[email protected]", | |
skills: "programming, portuguese, cryptocurrency, general help" | |
},{ | |
name: "alex head", | |
ticket: "2", | |
email: "[email protected]", | |
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