Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 604 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 604 Bytes

Project setup

npm install

Set the credential environemtn variables:

export GMAIL__USER="[email protected]"
export GMAIL__PASSWORD="gmail-user's-password"

Running the project

node server.js
open http://localhost:9400

Stuff to know