Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-session-storage
SessionStorage based on next.
https://github.com/afeiship/next-session-storage
next session sessionstorage
Last synced: about 1 month ago
JSON representation
SessionStorage based on next.
- Host: GitHub
- URL: https://github.com/afeiship/next-session-storage
- Owner: afeiship
- License: mit
- Created: 2017-06-16T14:15:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T04:08:14.000Z (over 2 years ago)
- Last Synced: 2024-10-26T22:53:50.441Z (3 months ago)
- Topics: next, session, sessionstorage
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-session-storage
> SessionStorage based on next.[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]## installation
```bash
npm install -S @jswork/next-session-storage
```## usage
```js
import NxSessionStorage from '@jswork/next-session-storage';const _session = new nx.SessionStorage('ts');
_session.set('myseesion1','svalue1');console.log(_session.gets());
```## license
Code released under [the MIT license](https://github.com/afeiship/next-session-storage/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-session-storage
[version-url]: https://npmjs.org/package/@jswork/next-session-storage[license-image]: https://img.shields.io/npm/l/@jswork/next-session-storage
[license-url]: https://github.com/afeiship/next-session-storage/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-session-storage
[size-url]: https://github.com/afeiship/next-session-storage/blob/master/dist/next-session-storage.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-session-storage
[download-url]: https://www.npmjs.com/package/@jswork/next-session-storage