0.3.0 • Published 9 years ago

norman-user-research-server v0.3.0

Weekly downloads
1
License
-
Repository
-
Last release
9 years ago

norman-user-research-server

This module allows users to obtain feedbacks on their app.

Include as a module

  1. Configure Norman NPM registry - for installing norman modules with npm

  2. Install the npm module:

    npm install norman-user-research-server
  3. Include it in the server app: edit server/requires.js:

    require('norman-user-research-server')(app);