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

https://github.com/ladjs/store-sessions

Store/manage user sessions in the background for Lad
https://github.com/ladjs/store-sessions

Last synced: 11 months ago
JSON representation

Store/manage user sessions in the background for Lad

Awesome Lists containing this project

README

          

# @ladjs/store-sessions

[![build status](https://img.shields.io/travis/com/ladjs/store-sessions.svg)](https://travis-ci.com/ladjs/store-sessions)
[![code coverage](https://img.shields.io/codecov/c/github/ladjs/store-sessions.svg)](https://codecov.io/gh/ladjs/store-sessions)
[![code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![made with lass](https://img.shields.io/badge/made_with-lass-95CC28.svg)](https://lass.js.org)
[![license](https://img.shields.io/github/license/ladjs/store-sessions.svg)](LICENSE)
[![npm downloads](https://img.shields.io/npm/dt/@ladjs/store-sessions.svg)](https://npm.im/@ladjs/store-sessions)

> Store/manage user sessions in the background for Lad

## Table of Contents

* [Install](#install)
* [Usage](#usage)
* [Contributors](#contributors)
* [License](#license)

## Install

[npm][]:

```sh
npm install @ladjs/store-sessions
```

[yarn][]:

```sh
yarn add @ladjs/store-sessions
```

## Usage

```js
const @ladjs/storeSessions = require('@ladjs/store-sessions');

const @ladjs/storeSessions = new @ladjs/storeSessions();

console.log(@ladjs/storeSessions.renderName());
// script
```

## Contributors

| Name | Website |
| ----------------- | --------------------------------- |
| **Taylor Schley** | |

## License

[MIT](LICENSE) © [Taylor Schley](https://github.com/shadowgate15)

##

[npm]: https://www.npmjs.com/

[yarn]: https://yarnpkg.com/