continuous-software / node-authorize-net

Node.js SDK for Authorize.net payment gateway.
https://authorize.net/
11 stars 24 forks source link

added gulp and a little documentation #3

Closed ksondere closed 9 years ago

ksondere commented 9 years ago

Thought the documentation might be handy for those getting started. Assuming it was done the way you had in mind :-)

ghost commented 9 years ago

I'd streamline the README with continuous-software/node-virtualmerchant (usage with specific constructor, Gateway API linking to the BaseGateway's README etc. I'll check what's gulp is used for here later, but that'd be great to keep dependencies count as low as possible.

ghost commented 9 years ago

Added more information in the README concerning the constructor. For the documentation, I think it's better for people to refer to the BaseGateway API. Tried to make this a little more understandable with the new README. Concerning usage of gulp, I think it doesn't bring a real value here. Thanks anyway.