Skip to content

MeteorToys/notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meteor Toys - Notifications Package

Meteor Toys provide in-app notifications to save you time from having to go into the console every time an error occurs. It works pretty simple:

Note("text");                       // logs string "text"
Note("Tracker Re-runs", "counter"); // logs string and keeps counter
Note("Result", object);             // logs string and object

When you run Meteor Toys, this package will use them to display the notifications. If they are not available, it will default to console.log.

About

Notifications package for Meteor Toys

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published