zooniverse / old-weather

Old Weather aims to recover worldwide weather observations to help improve climate model predictions.
http://oldweather.org
Apache License 2.0
0 stars 3 forks source link

Use panoptes-client from npm #104

Closed itsravenous closed 8 years ago

itsravenous commented 8 years ago

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.

saschaishikawa commented 8 years ago

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.

itsravenous commented 8 years ago

Done!