auto set cookie domain like google-analytics
npm install auto-cookie[![npm version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]




> auto set cookie domain like google analytics
* Code Example
* Installation
* Usage
* Tests
* Contribute
* License
see examples
``sh`
npm install auto-cookie js-cookie --save
`js
import { save } from "auto-cookie";
save(cookieName, data, options); // write
`
Tests depends on webdriver.
See setup it.
`sh``
npm run test
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT © UNCOVER TRUTH Inc.
[npm-image]: https://badge.fury.io/js/auto-cookie.svg
[npm-url]: https://www.npmjs.com/package/auto-cookie
[travis-image]: https://travis-ci.org/uncovertruth/auto-cookie.svg?branch=master
[travis-url]: https://travis-ci.org/uncovertruth/auto-cookie