Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winkgroup/local-storage
https://github.com/winkgroup/local-storage
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/winkgroup/local-storage
- Owner: WINKgroup
- License: mit
- Created: 2022-08-13T21:00:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T17:53:17.000Z (over 2 years ago)
- Last Synced: 2024-04-26T06:54:42.706Z (9 months ago)
- Language: JavaScript
- Size: 331 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# local-storage
a class to manage local storages## Install
```
npm install @winkgroup/local-storage
```## Usage
## API## contributing and tests
If you are activly developing this package and you want to run tests you will find `router.integration.ts` that is intended to be an integration test for endpoints: shouldn't be used with Jest. It expects to have a `TESTING_PATH=` key in `.env` file according to [@winkgroup/env](https://www.npmjs.com/package/@winkgroup/env) package.## Maintainers
* [fairsayan](https://github.com/fairsayan)