norman-user-research-server
v0.3.0
Published
Norman User Research module
Downloads
3
Readme
norman-user-research-server
This module allows users to obtain feedbacks on their app.
Include as a module
Configure Norman NPM registry - for installing norman modules with
npm
Install the npm module:
npm install norman-user-research-server
Include it in the server app: edit
server/requires.js
:require('norman-user-research-server')(app);