Skip to content

Instantly share code, notes, and snippets.

View jclinton830's full-sized avatar
๐Ÿ‘‹

Jerome Justin jclinton830

๐Ÿ‘‹
View GitHub Profile
@jclinton830
jclinton830 / README.md
Created June 29, 2019 03:31 — forked from mosampaio/README.md
Gmail Api OAuth Using Node.js Express - part 2

How to Run?

  • Make sure there is a mongodb instance running locally.

  • First export the environment variables.

export CLIENT_ID=your-client-id
export CLIENT_SECRET=your-client-secret
export DOMAIN_URL=your-domain-url