We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: