The overall goal was to create a spec for web audio API modules and have a repository for them (like npm), with a site that lets you browse what's available, and try them out live on the site.
There are several components, but only the main app is on the NKO repo and hosted on the NKO jitsu (whereas the other components are in a different GH repo, and the service component is on another jit.su node) -- I realize that this may be undesirable or against the rules, having several components, so withdrawing from judging :) https://github.com/wapm/wapm-cli https://github.com/wapm/wapm-service
Works only in browsers that support web audio api (latest Safari, Chrome) -- search for "reverb", click the "simple-reverb" node, and then a sample (like "vocals") and it pulls down the module, applies it to the sample and plays it back
NPM CLI - commander, request Service - express, request App - Backbone, bootstrap, jQuery, handlebars, grunt, underscore