joduplessis / Cookied

Easy cookie management.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookied

Easy cookie management with JS

Module in progress, expect hickups.

Installation

Install the package via GitHub with npm install https://github.com/joduplessis/Cookied.git or yarn add https://github.com/joduplessis/Cookied.git.

Usage

This example assumes ES6 usage.

import { Cookied } from 'cookied';

// Instantiate the class
const cookied = new Cookied();

cookied.setCookie("COOKIED", "NICE");
cookied.getCookie("COOKIED");
cookied.deleteCookie("COOKIED");

About

Easy cookie management.

License:MIT License


Languages

Language:JavaScript 57.1%Language:TypeScript 42.9%