Skip to content

revoltek-daniel/console-dot-unicorn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###console.unicorn

console.unicorn is an easy way to spice up your development life. Its really that simple! Runs on vanilla javascript, in most modern browsers (the kind that has developer tools!). You can see it live here.

Preview

So, here's what regular life looks like:

// Here is you, logging some logs
console.log("Boring.");
// And here is your output.
Boring.

Wow, what a drag that was! No wonder you've become disenchanted with web development.

NOW! Here's what your life could be after console.unicorn

// Here is happy you, logging some logs
console.unicorn("Amazing!");
// And here is your output.

          . 
         /' 
        // 
    .  // 
    |\//7         -----------
   /' " \   ----(   Amazing   )
  .   . .   |     -----------
  | (    \     '._ 
  |  '._  '    '. ' 
  /    \'-'____. ) ) 
 .              :.' 
 |               \ 
 | .    .   .     . 
 ' .    |  |      | 
  \^   /_-':     / 
  / | |    '\  .\' 
 / /| |     \\  | 
 \ \( )     // / 
  \ | |    // / 
   \! !   // / 
    [_]  /[_|    

Wow. That feels good!

###Usage Simply include the console.unicorn.js file into your app!

###License Copyright (c) 2016 revoltek-daniel Copyright (c) 2016 Tim Holman - http://tholman.com

The MIT License

About

Forget console logs, console.unicorn is where its all at!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.7%
  • JavaScript 29.3%