Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 274 Bytes

cookieJar

cookieJar is a simple, tested, JavaScript module to help set and get cookies

Getting stared

  • Copy cookieJar.js into your project.
  • Put your own namespace on it.
  • Tests can be run with testem.
  • Use like so NAMESPACE.cookieJar.get/set/remove('cookieName')