From 36fd9af154e5321b3b026fd97f47ac67997f5d45 Mon Sep 17 00:00:00 2001 From: Guillermo Grau Panea Date: Tue, 15 Mar 2016 23:09:40 +0100 Subject: [PATCH] Add storyboard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 241a1e2..53bee4a 100644 --- a/README.md +++ b/README.md @@ -456,7 +456,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [console.log-wrapper](https://github.com/patik/console.log-wrapper) - Log to the console in any browser with clarity. * [loglevel](https://github.com/pimterry/loglevel) - Minimal lightweight logging for JavaScript, adding reliable log level methods to wrap any available console.log methods. * [minilog](http://mixu.net/minilog/) – Lightweight client & server-side logging with Stream-API backends - +* [storyboard](http://guigrpa.github.io/storyboard/) - Universal logging library + Chrome extension; it lets you see all client and server tasks triggered by a user action in a single place. ## RegExp * [RegEx101](https://regex101.com/#javascript) - Online regex tester and debugger for JavaScript. Also supports Python, PHP and PCRE.