Skip to content

Giving react projects access to browser cookies.

Notifications You must be signed in to change notification settings

marter11/sfcookies

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sfcookies

Built to give ReactJS, AngularJS, or any nativeJS Web Application access to browser cookies. Visit on NPM

bake_cookie(name, string) - Bake Cookie allows you to pass a name and a string value to store a cookie on the user's browser. It maps the name to the string.

read_cookie(name) - returns the value of your of your baked cookie.

delete_cookie(name) - removes the cookie from the browser history.

clear_cookie_store() - clear all cookies

usage

  1. Run npm install --save sfcookies

  2. Import these methods in es6 like so: import { bake_cookie, read_cookie, delete_cookie, clear_cookie_store } from 'sfcookies'

About

Giving react projects access to browser cookies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%