Skip to content

amail/Kaka.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

The Embeddable Cookie Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published