# mmm-cookies

> A JavaScript module to set and get cookies in the browser.

Latest version **1.0.2** (published 2015-11-23) · MIT license · 0 weekly downloads

## Install

```sh
npm install mmm-cookies
pnpm add mmm-cookies
yarn add mmm-cookies
bun add mmm-cookies
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2015-11-23 |
| First published | 2015-01-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Ryan Burgess |
| Maintainers | ryanburgess |
| Keywords | cookies, cookie, browser, javascript, front-end, browserify, module |

## Links

- npm: https://www.npmjs.com/package/mmm-cookies
- Repository: https://github.com/ryanburgess/mmm-cookies
- Issues: https://github.com/ryanburgess/mmm-cookies/issues
- npm.io page: https://npm.io/package/mmm-cookies

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2015-11-23
- 1.0.1 — 2015-01-29
- 1.0.0 — 2015-01-29

## README

# Mmm Cookies

[![npm version](https://badge.fury.io/js/mmm-cookies.svg)](http://badge.fury.io/js/mmm-cookies) [![Build Status](https://travis-ci.org/ryanburgess/mmm-cookies.svg?branch=master)](https://travis-ci.org/ryanburgess/mmm-cookies)

A JavaScript module to set and get cookies in the browser.

![Mmm cookies logo](https://raw.github.com/ryanburgess/mmm-cookies/master/mmm-cookies.png)

## Install

```js
npm install mmm-cookies --save-dev
```

## Use

```js
var cookie = require('mmm-cookies');

// set a cookie
cookie.set('cookieName', 'cookieValue');

// get a cookie value
cookie.get('cookieName');
```
 
## Release History
* 1.0.2: Add domain support.
* 1.0.1: Update documentation.
* 1.0.0: Initial release.
 
## Contributing
1. Fork it
2. Run `npm install`
3. Run Grunt watch `grunt watch`
4. Create your feature branch (`git checkout -b my-new-feature`)
5. Commit your changes (`git commit -am "Add some feature"`)
6. Push to the branch (`git push origin my-new-feature`)
7. Create new Pull Request

## License
MIT © [Ryan Burgess](http://github.com/ryanburgess)

---
_Source: https://npm.io/package/mmm-cookies · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
