Skip to content

A small library for setting/getting/removing cookies.

License

Notifications You must be signed in to change notification settings

sabrydawood/app-cookie

Repository files navigation

app-cookie

A small library for setting/getting/removing cookies.

npm version

Installation

npm install app-cookie
yarn add app-cookie

Usage

var cookie = require('app-cookie');

cookie.set('foo', 'bar');
console.log(cooke.get('foo'));

cookie.remove('foo');
console.log(cooke.get('foo'));

Easy 😜

License

MIT

About

A small library for setting/getting/removing cookies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published