twee-xml-response-extension
v0.0.4
Published
XML Response Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js.
Downloads
9
Maintainers
Readme
twee-xml-response-extension
XML Response Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js. Supports XML response using this package: https://github.com/wankdanker/node-object-to-xml
To install it use this command:
npm install twee-xml-response-extension --save
Editing package.json
of your application:
"dependencies": {
"twee-xml-response-extension": "*"
}
Turning extension ON
in application/configs/twee.js
:
module.exports = {
"extensions": {
"XML Response": {
"module": "twee-xml-response-extension"
}
}
};