form-to-request-object
v1.0.0
Published
Create a request-ready JSON payload from a submitted HTML form
Downloads
8
Readme
form-to-request-object
Create a request-ready JSON payload from a submitted HTML form
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install form-to-request-object --save
Tests
npm install
npm test
Dependencies
- steeltoe: Don't shoot yourself in the foot while traversing JavaScript objects.
Dev Dependencies
- brfs: browserify fs.readFileSync() static asset inliner
- browserify: browser-side require() the node way
- domify: turn HTML into DOM elements
- faucet: human-readable TAP summarizer
- jquery: JavaScript library for DOM operations
- smokestack: Pipe your JavaScript into a browser, logging console output in Node
- tap: A Test-Anything-Protocol library
- tap-closer: Simple JS "transform" tool that will call window.close or process.exit when TAP output is complete
- tape: tap-producing test harness for node and browsers
License
MIT
Generated by package-json-to-readme