8000 GitHub - Athensworks/coffeetalk: Matching people up for coffee.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Athensworks/coffeetalk

Repository files navigation

coffeetalk

Matching people up for coffee.

People signup with their name/email and then they get an email, every Monday to opt in/out for the Friday meetup.

People collection:

people: [
  {
    "name": "name",
    "email": "email",
    "emailConfirmed": false,
    "availability": "morning" / "afternoon" / "both" / "none",
    "previousMatches": [
        <person>
    ]
  }, ...
]

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
0