Builds a browser bundle from the panoptes-client npm module after installing, making the api and auth clients available at window.zooAPI and window.zooAuth respectively. Haven't tested the auth yet, but I think OW does it's own thing rather than use an auth library, so worth checking that.
Looks good. Just npm install --save panoptes-client and I'll merge it in. We could probably do away with the line "panoptes-javascript-lib": "0.0.3", in bower.json.
Builds a browser bundle from the panoptes-client npm module after installing, making the api and auth clients available at
window.zooAPI
andwindow.zooAuth
respectively. Haven't tested the auth yet, but I think OW does it's own thing rather than use an auth library, so worth checking that.