Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
export let date_me_docs_cache = [{
"Name": "Kamil",
"Profile": "https://docs.google.com/document/d/1kQgNZ7ikgKAxyxbsLSC2bBhXQgxv6Em340-ht5R5sjo/edit?usp=sharing",
"Gender": ["M"],
"Age": "24",
"Contact": "postreduxx gmail",
"LastUpdated": "2023-10-19T12:50:00.000Z",
"InterestedIn": ["M"],
"Location": ["Central Europe"],
"Style": ["mono"],
"LocationFlexibility": "Some",
"Community": ["Rationalism"],
}, {
"Name": "Zak Kallenborn",
"Profile": "zkallenborn.com/dateme",
"Gender": ["M"],
"Age": "33",
"Contact": "zkallenborn@gmail.com",
"LastUpdated": "2023-10-18T04:22:00.000Z",
"InterestedIn": ["F"],
"Location": ["DC"],
"Style": ["mono"],
"LocationFlexibility": "Some",
"Community": ["Tech", "EA"],
}, {
"Name": "Frazer Kirkman",
"Profile": "https://www.okcupid.com/profile/frazerkirkman",
"Gender": ["M"],
"Age": "44",
"Contact": "Frazerkirkman@gmail.com",
"LastUpdated": "2023-10-16T20:02:00.000Z",
"InterestedIn": ["F"],
"Location": ["San Francisco Bay Area"],
"Style": ["poly"],
"LocationFlexibility": "Some",
"Community": ["Tech", "Rationalism", "EA"],
}, {
"Name": "Mitchell Reynolds",
"Profile": "https://tundra-shell-d74.notion.site/Mitchell-s-Date-Me-Doc-9325999704f347a4b2515df774b3c7ff",
"Gender": ["M"],
"Age": "32",
"Contact": "https://www.facebook.com/mitchellsreynolds/",
"LastUpdated": "2023-10-14T06:43:00.000Z",
"InterestedIn": ["F"],
"Location": ["San Francisco Bay Area", "Berkeley"],
"Style": ["mono"],
"LocationFlexibility": "Flexible",
"Community": ["EA"],
}, {
"Name": "Sarah Hirner",
"Profile": "https://docs.google.com/document/d/1b3ZmRGXVfqiI9qcU55opVSxzDOFW5PYUNB_GUncbuZ0/edit?usp=sharing",
"Gender": ["F"],
"Age": "33",
"Contact": "shirner244@gmail.com",
"LastUpdated": "2023-10-13T18:05:00.000Z",
"InterestedIn": ["M"],
"Location": ["MA"],
"Style": ["mono"],
"LocationFlexibility": "None",
"Community": ["EA"],
}, {
"Name": "Marta",
"Profile": "https://martakrzeminska.notion.site/Date-Me-17435416720c439b8d6725d690808f55?pvs=4",
"Gender": ["F"],
"Age": "35",
"Contact": "SoYouWantToDateMarta[at]gmail[dot]com ",
"LastUpdated": "2023-10-11T10:18:00.000Z",
"InterestedIn": ["M"],
"Location": ["Central Europe"],
"Style": ["poly"],
"LocationFlexibility": "Flexible",
"Community": ["EA", "Rationalism", "Tech"],
}, {
"Name": "Vasco Grilo",
"Profile": "https://www.okcupid.com/profile/12671992320363212181/photos",
"Gender": ["M"],
"Age": "25",
"Contact": "+351918368684",
"LastUpdated": "2023-10-10T22:02:00.000Z",
"InterestedIn": ["F"],
"Location": ["Central Europe"],
"Style": ["mono"],
"LocationFlexibility": "Some",
"Community": ["EA"],
}, {
"Name": "David",
"Profile": "https://docs.google.com/document/d/1vhHtWBS-tS0bYamYxqr8KJNo6gxjE_0Kbzd6SsVt9ws/edit?usp=sharing",
"Gender": ["M"],
"Age": "34",
"Contact": "see doc",
"LastUpdated": "2023-10-10T18:27:00.000Z",
"InterestedIn": ["F", "M", "NB"],
"Location": ["London"],
"Style": ["mono", "poly"],
"LocationFlexibility": "Some",
"Community": ["Rationalism", "EA"],
}, {
"Name": "Jacques",
"Profile": "https://jacquesthibodeau.com/lets-go-on-a-date/",
"Gender": ["M"],
December 22, 2023