Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 572 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 572 Bytes

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.