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

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.

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()`