0.1.3 • Published 7 years ago
node-securepay v0.1.3
node-securepay
SecurePay API wrapper for node.js
Usage
See ./lib/index.js
for docs.
Tests
npm install
npm test
Dependencies
- is-plain-object: Returns
true if an object was created by the
Object
constructor. - node-fetch: A light-weight module that brings window.fetch to node.js and io.js
- schema-object: Enforce schema on JavaScript objects, including type, transformation, and validation. Supports extends, sub-schemas, and arrays.
- xml-js: A convertor between XML text and Javascript object / JSON text.
Dev Dependencies
- ava: Futuristic test runner 🚀
- babel-plugin-transform-object-rest-spread: Compile object rest and spread to ES5
- babel-register: babel require hook
- eslint-config-prettier: Turns off all rules that are unnecessary or might conflict with Prettier.
- husky: Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)
- lint-staged: Lint files staged by git
- pify: Promisify a callback-style function
- prettier: Prettier is an opinionated code formatter
- xo: JavaScript happiness style linter ❤️
TODO
- Add JSDoc to README using
jsdoc-to-markdown
- Optimise transpile steps and npm scripts
License
UNLICENSED