This is a simple toolkit for managing cookies on the client side. It is by no means finished and warn you that I mostly pushed the code to github to ensure that it would not get lost on my hard drive.
CookieJar utilizes Sprockets as a dependency manager. You can build the
tookit by running the following command:
$ sprocketize -I src src/*.js > build/CookieJar.jsThere is a very small test suite available (though I'm hoping to expand it)
which you can test for yourself. This will require you to build the toolkit from
source and to fetch jasmine.
$ git submodule update --initNow you can open the file tests/SpecRunner.html in your browser.
The code is released under the MIT License