Hi everyone,

I put together a small library for wrapping the JavaScript console API 
available here: https://github.com/noprompt/shodan.

This is nothing incredible but I decided to put it out there because I'm 
tired of copy/paste/writing the same console wrappers every time I do 
something in CLJS.

Not everyone knows there is more to the console API than just *log*. There 
are methods for warning, message grouping, profiling and more. Shodan wraps 
all of these and provides a few macros around some things like message 
grouping and timing.

Shodan works with both the browser and NodeJS.

Thanks,

Joel

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to