0.0.3 • Published 11 years ago

rendr-cookies v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
11 years ago

rendr cookies

right now only reading cookies works...

in therory, add the cookies module to your rendr app. Include the cookies module when compiling for client side, and you should be able to work with cookies either client side or server side

Hooking into app

var cookies = require("rendr-cookies");

module.exports = BaseApp.extend({
  cookies : cookies   
});

Using in app

// in a model or collection
this.app.cookies.get.call(this, "cookieName");

this will change

0.0.3

11 years ago

0.0.2

11 years ago

0.0.0

11 years ago