Galaxy helper package (API endpoint for maintenance updates)

Hey all!

I’ve just pushed this out: https://github.com/ffxsam/meteor-galaxy-helpers

It will parse incoming webhooks from Galaxy so that you can use this information in your Meteor app.

It’s brand new and I whipped it up pretty quickly, so please feel free to contribute any changes you think would be great to have. One issue currently is that I tried to have a post-install script check to see if meteorhacks:picker is installed, by checking .meteor/packages, but it doesn’t work as expected.

Well, that’s embarrassing! I swear I tested this and it worked, but now it’s complaining about meteor/mongo not existing. I suppose it’s not possible for an npm package to import a Meteor package?