• This repository has been archived on 31/May/2018
  • Stars
    star
    251
  • Rank 161,862 (Top 4 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

๐Ÿ• Custom Console Logging with Emoji

Custom Console Logging with Emoji

Debugging JavaScript can be painful and often means spending hours looking at boring console logs. Inspired by console.frog by Tim Holman, I made my own console logger โ€” but with customizable commands and emojis. Logging to the console is finally fun again, thanks to console.beer ๐Ÿบ and console.unicorn ๐Ÿฆ„.

Go here to read the blog post and see it in action.

Preview

Example

Simply include console.emoji.js in your project or copy/past/adapt the code.

// Logging to the console
console.unicorn("So magical!");

// Output
๐Ÿฆ„  So magical!

License

Published under the MIT license. Inspired by and adapted from console.frog by Tim Holman.