This is an experimental package that shows notifications sent via Pusher in Atom. Feel free to fork and improve.
Atom Pusher listens to the Pusher channel defined in the config, and shows a notification whenever a message is received. Messages should have the following format:
{"id": "optional id","title": "message title","detail": "detail text","description": "description text"}
If the message object contains an ID property, its value is used coalescing notifications in Growl.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.