j3k0 / ganomede-notifications

Long-pull notification service for Ganomede
0 stars 0 forks source link

Use ganomede client library for testing and integration #4

Closed j3k0 closed 8 years ago

j3k0 commented 9 years ago

You can find it here: https://github.com/j3k0/ganomede-client/releases/tag/v0.1.0

And test/example here: https://github.com/j3k0/ganomede-client/blob/master/src-js/test.js

Specifically the part about notifications: https://github.com/j3k0/ganomede-client/blob/master/src-js/test.js#L93-L119

Think it'll make things easier if I publish on npm? Probably yes

elmigranto commented 9 years ago

publish on npm

Surely won't hurt if this will be npm installable! I believe npm can install git repos by tag, but this won't give version matching and whatnot, and I figured the goal is to make it accessible on npm anyway.

j3k0 commented 9 years ago

Ok, in the meantime I just found out a small bug (in the listenTo part, not the part sending notifications). I will fix that tomorrow morning and publish, I will let you know.

j3k0 commented 9 years ago

Npm-published under name ganomede

https://www.npmjs.com/package/ganomede

j3k0 commented 9 years ago

@elmigranto See https://github.com/j3k0/ganomede-doco-deploy for deploying a full ganomede stack.