Skip to content

Payalpie/nodejs-google-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOW TO RUN THE INITIAL POC

1. Add monogodb connection url in .env
2. Run npm install
3. Run npm start <email>
   e.g., npm start admin@domain.com

--> You will see all the data of the organisation in your mongo db collection.
--> Message will be sent to the queue mentioned in the connection string.

Note: The above commands will automatically fetch the data from Google and save it to the local mongoodb instance.

Check the /src/index.js for more control over the data fetching.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published