0.1.0 • Published 1 year ago

awesome-cookie v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Awesome Cookie

This is a simple Javascript API that makes working and manipulating cookies a breeze.

Installation

npm install awesome-cookie

Import

import { setCookie, getCookie, removeCookie } from 'awesome-cookie';

setCookie('foo', 'bar');

Basic Usage

Create a cookie, valid across the entire site:

setCookie('name', 'value');

Read cookie:

getCookie('name');

Delete cookie:

removeCookie('name');

Author

License

MIT

0.1.0

1 year ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago