-
You need your OAuth credentials. Your app will need redirection to http://localhost:3080 for this version to work and callback is http://localhost:3080/auth/google/callback
-
Setup environment variabliables, e.g.
export GOOGLE_CLIENT_ID='13343534543'
export GOOGLE_CLIENT_SECRET=
-
npm install
-
node index.js
-
Browse to http://localhost:3080