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
- Host: GitHub
- URL: https://github.com/ladjs/store-sessions
- Owner: ladjs
- License: mit
- Created: 2022-01-20T00:39:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T19:14:47.000Z (over 3 years ago)
- Last Synced: 2024-12-31T18:44:32.681Z (about 1 year ago)
- Language: JavaScript
- Size: 253 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ladjs/store-sessions
[](https://travis-ci.com/ladjs/store-sessions)
[](https://codecov.io/gh/ladjs/store-sessions)
[](https://github.com/sindresorhus/xo)
[](https://github.com/prettier/prettier)
[](https://lass.js.org)
[](LICENSE)
[](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/