0.0.5 • Published 9 years ago

bisquits v0.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

bisquits

Build Status

Add or remove a k,v in a cookie array.

Install

$ npm install --save bisquits

Use

var bisquits = new Bisquits('cookies', 'cookie');
bisquits.add('chocolate');

// Becomes:
{
  cookies: [
    {
      cookie: 'chocolate'
    }
  ]
}
0.0.5

9 years ago

0.0.2

9 years ago