8000 GitHub - Alounv/wibn: dispo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Alounv/wibn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dispo

Dispo or Wibn* is an app that allow to find common free slot in users calendars. It can be tested here: https://dispo.fly.dev/.

(* for Wouldn't It Be Nice)

What

  1. You login with Google and connect your agenda (only free / busy slots)
  2. You create a group with other users.
  3. On a regular basis, the app scans the group members calendar and choose the best time to meet.
  4. Then it sends an email to everyone

Screenshot 2022-12-02 at 23 16 04

Why

This is a personal project to learn:

  • Prisma
  • Remix
  • Google API
  • Nodemailer

Env

DATABASE_URL="file:./data.db?connection_limit=1"
SESSION_SECRET=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
ORIGIN=
EMAIL_SENDER_USERNAME="a.gmail.username.to.send.email"
EMAIL_SENDER_PASSWORD="an.associated.gmail.password"
TZ="Europe/Paris"
0