dk-tough-cookie-filestore
v0.0.4
Published
file store for tough-cookie
Readme
File Cookie Store
tough-cookie-filestore is a File store for tough-cookie module. See tough-cookie documentation for more info.
installation
$ npm install dk-tough-cookie-filestoreOptions
path file path of cookiejar.
Usage
var FileCookieStore = require("tough-cookie-filestore"); var CookieJar = require("tough-cookie").CookieJar;
var jar = new CookieJar(new FileCookieStore("./cookie.json"));
License
MIT
