0.5.2 • Published 9 days ago

@spartan-hc/mere-memory-zomelets v0.5.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 days ago

npm.io

Mere Memory Zomelets

Zomelet implementations for the Mere Memory zomes.

npm.io npm.io npm.io

Install

npm i @spartan-hc/mere-memory-zomelets

Basic Usage

import { CellZomelets } from '@spartan-hc/zomelets';
import { MereMemoryZomelet } from '@spartan-hc/mere-memory-zomelets';

const cell_interface = CellZomelets({
    "mere_memory_api": MereMemoryZomelet,
    // ...your other zomes
});
// Then use `cell_interface` in your Zomelet compatible client

See @spartan-hc/app-interface-client for how to use Zomelets.

0.5.2

9 days ago

0.5.1

14 days ago

0.5.0

23 days ago

0.4.0

23 days ago

0.3.1

2 months ago

0.3.0

7 months ago

0.2.0

7 months ago

0.1.0

7 months ago