Skip to content
This repository was archived by the owner on Jun 13, 2026. It is now read-only.

nicholasbutlin/meteor-errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Errors and Alerts

A simple errors app initially from the discover meteor book.It creates a local collection that holds the errors for a specified period of time. Errors are initially displayed in the browser and then fade out .

Usage:

Add the template to your layout:

{{> meteorErrors}}

and then whenever you want to throw an error just drop the following in:

Errors.throw(message, alertType)

message is the text of the message

alertType is the status type of the alert:

alert-success
alert-info
alert-warning
alert-danger

(some CSS styling required....)

About

a simple errors package for meteor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors