== Introduction

This is a gem to quickly try out javascript code without worrying about including the right javascript library. Also one can get to the source code of the javascript library. Added the ability to validate JSON data structure.

== How to use it

Install javascript_lab


    gem sources -a http://gems.github.com
    sudo gem install neerajdotname-javascript_lab
  

On the command-line:


    $ javascript_lab
  

And it should launch javascript_lab in your browser.

== With Passenger

To use Gembox with Passenger Pane there are a few simple steps you need to do:


    $ git clone git://github.com/neerajdotname/javascript_lab.git
    $ open ./javascript_lab/ 
  

Then open up Passenger Pane and drag the open javascript_lab folder into the list on the left (You’ll have to be authenticated). Now browse to javascript_lab.local/ and you’ll see it.

== Feedback

Email me: neerajdotname [at] gmail (dot) com

== License

Copyright (c) 2009 neerajdotname

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.