tadpole-app
v0.0.3
Published
Node.js integration between Salesforce and STAG, created by LeapFrog project
Downloads
8
Readme
tadpole
Node.js integration between Salesforce and STAG, created by LeapFrog project
Getting Started
This assumes that you feel comfy in the command line, that you have Node.js 6+ installed. (Node will bring in npm with it.)
- Clone this repo
cd tadpole
npm install
to add all the packagesnodemon app.js
to start the server- navigate your browser to localhost:4000
Folder structure
We're starting from a really basic Node app. To find all the files that came down with the initial Micros build out, check the og-tadpole
folder.
Steph's TOP SECRECT notes to herself
- Make endpoint for Salesforce to hit -- How will this work in the micros ecosystem -- What do I need to build to make this work
- Error logging (both directions) -- "This is what I sent. Was I successful? This is what I got."
- How to deploy?