3scale is an API Infrastructure service which handles API Keys, Rate Limiting, Analytics, Billing Payments and Developer Management. Includes a configurable API dashboard and developer portal CMS. More product stuff at http://www.3scale.net/, support information at http://support.3scale.net/.
When running npm install 3scale and then adding var Client = require('3scale').Client; the program fails to run stating Error: Cannot find module '3scale'. Output from npm list is as follows, showing that 3scale is installed:
When running npm install 3scale and then adding var Client = require('3scale').Client; the program fails to run stating Error: Cannot find module '3scale'. Output from npm list is as follows, showing that 3scale is installed:
It appears no library files are included. Here are the results of _ls nodemodules/3scale
Please advise.
Many thanks, Dan