0.1.0 • Published 2 months ago

awesome-cookie v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months 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

2 months ago

0.0.9

7 months ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago