Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 946 Bytes

Kaka.js

The Embeddable Cookie Library

Kaka was created for a purpose, and one purpose only. To add simple cookie support for libraries that need it! It does this with a simple unrestricted license. So change the code, the name (please!), and use it however you like!

API

Set a cookie

Kaka.set(name, value[, expires[, path]])

Get all cookies

Kaka.get();

Get a specific cookie

Kaka.get(name);

Remove a specific cookie

Kaka.remove(name);

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

Copyright (C) 2013 Robin Orheden <orhedenr@gmail.com>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.