loglore

1.0.1 • Public • Published

loglore

Minimalistic frontend event store.

Installation

npm install --save loglore

Installation without a javascript bundler

Directly use the file loglore.browser.js in your webpage.

<head>
	<script src="loglore.browser.js"></script>
</head>

<scripts>
	console.log(window.loglore); // methods are bootstraped here
</scripts>

Usage

You will find some examples in the documentation https://ferdodo.github.io/loglore

Best practices

  • Define your own event interface in typescript.
  • Make a small abstraction of the lib to implement bindings with your own typings.
  • Make an extensible event format.
  • Never update your previous events or typings if there is some existing previous data.
  • Dont use for production or serious projects.

Readme

Keywords

none

Package Sidebar

Install

npm i loglore

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

259 kB

Total Files

47

Last publish

Collaborators

  • ferdodo