Closed wzup closed 8 years ago
Could you please elaborate which module should be installed and used, jotform-api-nodejs or jotform?
jotform-api-nodejs
jotform
Read here http://api.jotform.com/docs/:
NodeJS Client Library npm install jotform-api-nodejs
Now read your README:
Installation npm install jotform
And they both can be installed, and have different versions. This is from package.json after installation:
package.json
"jotform": "0.0.8", "jotform-api-nodejs": "0.0.2",
How can it be? Which one should be used?
Please use the official jotform package. You have to remove jotform-api-nodejs.
do npm install jotform to get the latest version.
npm install jotform
We already updated the docs to avoid confusion. Thank you
Could you please elaborate which module should be installed and used,
jotform-api-nodejs
orjotform
?Read here http://api.jotform.com/docs/:
Now read your README:
And they both can be installed, and have different versions. This is from
package.json
after installation:How can it be? Which one should be used?