Skip to content

timcolla/ZohoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZohoAPI

A NodeJS server to talk to the ZohoAPI

Generate Auth Token

https://accounts.zoho.eu/apiauthtoken/create?SCOPE=zohopeople/peopleapi

Set up Mongo

  • Create dir: mongo/data/db

  • Go to project root dir

  • ./mongo/bin/mongod --dbpath ./mongo/data/db

    • Or if you have mongo installed on your mac run that
  • In a seperate terminal tab/window, run from project root dir:

  • npm install

  • node server.js

About

A NodeJS server to talk to the ZohoAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published