Skip to content

tholman/console-dot-frog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

console.frog

console.frog 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.frog

// Here is happy you, logging some logs
console.frog("Amazing!");
// And here is your output.
          _,-.     ------------
  ,-. ,--'  o ) -(   Amazing!   )
  \(,' '  ,,-'     ------------
 ,-.\-.__,\\_
 \(`--'    `\

Wow. That feels good!

Usage

Simply include the console.frog.js file into your app!

or using npm and Node.js, just run...

npm install console-dot-frog

...in your terminal, then include...

import 'console-dot-frog';

...at the top of the file you want to use it in.

License

Copyright (c) 2016 Tim Holman - http://tholman.com

The MIT License

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •