https://github.com/gwuah/axel
:frog: Unique containers per namespace in local-storage.
https://github.com/gwuah/axel
es6 javascript localstorage typescript
Last synced: 4 months ago
JSON representation
:frog: Unique containers per namespace in local-storage.
- Host: GitHub
- URL: https://github.com/gwuah/axel
- Owner: gwuah
- Created: 2017-11-04T13:51:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T09:17:02.000Z (about 7 years ago)
- Last Synced: 2025-02-28T16:11:39.737Z (9 months ago)
- Topics: es6, javascript, localstorage, typescript
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# axel
:frog: Axel creates unique containers per namespace in localstorage for you.
### Installation
``
### Usage :
```js
// creates a new container under
const database = axel('jobmonkey');
```
### Methods :
#### `save(data)` -
#### `fetchAllSaved()` - fetches all saved data in your container.
#### `contains()`
#### `updateDatabase()`