Skip to content

Brownies are thicker than cookies, this is a LocalStorage HTML5 library, It will create a single localStorage item that you can fill with app settings,data,objects

Notifications You must be signed in to change notification settings

DarrenHurst/brownies.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brownies.js

Brownies is a LocalStorage HTML5 library, It will create a single localStorage item that you can fill with app settings,data,objects

#Usage

##ADD ANY OBJECT to Brownies.

object ={
	appsetting1:'String',
	appsetting2:int
}

brownie =  new Brownies('FantasticAppName');
brownie.storage = [];
brownie.load();
brownie.addObject("appObject",object);

load() loads the Brownie object.
addObject() replaces object in app storage.

About

Brownies are thicker than cookies, this is a LocalStorage HTML5 library, It will create a single localStorage item that you can fill with app settings,data,objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published