Skip to content

luanraithz/gontacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gontacts

Find your last updated contacts on your google account

Env vars

// Google Authentication
GOOGLE_CLIENT_SECRET=yourgoogleclientsecret
GOOGLE_CLIENT_ID=yourgoogleclientid
DOMAIN_URL=http://localhost:3000 <-- defaultValue

The app runs on the port 3000 by default, the port can be changed used the PORT environment variable.

Scopes used:

  • https://www.googleapis.com/auth/contacts.readonly

About

Find your last updated/created contacts on your google account

Resources

License

Stars

Watchers

Forks