An open API service indexing awesome lists of open source software.

https://github.com/doodlewind/ck.js

cookie lib in 2 lines
https://github.com/doodlewind/ck.js

Last synced: about 1 year ago
JSON representation

cookie lib in 2 lines

Awesome Lists containing this project

README

          

# ck.js
cookie lib in 2 lines

## Install

``` html

```

## API
Barebone getter and setter:

### Set Cookie

``` js
ck.set({ token: 123 }) // set as permanent
```

### Get Cookie

``` js
ck.get('token') // '123'
```

## License
MIT