jotform / jotform-api-nodejs

JotForm API - NodeJS Client
GNU General Public License v2.0
33 stars 26 forks source link

Which should be installed, jotform-api-nodejs or jotform? #4

Closed wzup closed 8 years ago

wzup commented 8 years ago

Could you please elaborate which module should be installed and used, jotform-api-nodejs or 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:

    "jotform": "0.0.8",
    "jotform-api-nodejs": "0.0.2",

How can it be? Which one should be used?

kennethpdev commented 8 years ago

Please use the official jotform package. You have to remove jotform-api-nodejs.

do npm install jotform to get the latest version.

We already updated the docs to avoid confusion. Thank you