alertifyjs / alertify.js

JavaScript Alert/Notification System
https://alertifyjs.org
MIT License
522 stars 104 forks source link

MeteorJS package #105

Open ariskoumis opened 8 years ago

ariskoumis commented 8 years ago

Hey all,

I'm thinking of writing a package for MeteorJS. I understand that there are already a few, however those are either based on fabien's repo or of the other fork of alertifyJS.

Does anyone know if this has been done already, and if not would there be any interest in this?

humbertocruz commented 8 years ago

you can use it from npm since 1.3: npm install alertify.js --save on project root and you just need to add it on your code with " var alertify = require('alertify.js')